mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-06-20 20:59:57 +02:00
New unhide position
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user