Merge branch 'master' into auto_hide_feature

This commit is contained in:
Syarif Fakhri
2022-09-07 10:12:57 +08:00
18 changed files with 188 additions and 552 deletions

View File

@@ -273,7 +273,7 @@ void CDockFocusController::onFocusWindowChanged(QWindow *focusWindow)
//===========================================================================
void CDockFocusController::onApplicationFocusChanged(QWidget* focusedOld, QWidget* focusedNow)
{
Q_UNUSED(focusedOld);
Q_UNUSED(focusedOld);
if (d->DockManager->isRestoringState())
{