1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-04-01 02:42:39 +08:00

Focusing on the current widget while switching to it

This commit is contained in:
liangtie.qian 2023-03-01 14:27:32 +08:00
parent 3253248c34
commit e24ab4976a

View File

@ -190,6 +190,8 @@ public:
{
parent->setUpdatesEnabled(true);
}
if(m_CurrentWidget)
m_CurrentWidget->setFocus();
}
/**