New unhide position

This commit is contained in:
Ximi1970
2023-08-10 20:53:32 +02:00
parent 6c1b0d5a3e
commit fe1bfe1f1c

View File

@@ -336,6 +336,15 @@ void WindowCtrl::slotShowHide()
*/
findWindows( m_ppid );
#ifdef Q_OS_WIN
/*
* Restore hidden windows ( not found by findWindws() )
*/
normalizeWindowsHidden();
#endif
#ifdef Q_OS_UNIX
/*
@@ -381,12 +390,6 @@ void WindowCtrl::slotShowHide()
}
}
#ifdef Q_OS_WIN
normalizeWindowsHidden();
#endif
/*
* Mark action
*/