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:
parent
3253248c34
commit
e24ab4976a
@ -190,6 +190,8 @@ public:
|
||||
{
|
||||
parent->setUpdatesEnabled(true);
|
||||
}
|
||||
if(m_CurrentWidget)
|
||||
m_CurrentWidget->setFocus();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user