mirror of
https://github.com/YACReader/yacreader
synced 2025-08-16 19:24:46 -04:00
Use "show" instead of "showNormal" to keep maximized geometry
This commit is contained in:
@ -96,7 +96,7 @@ void TrayIconController::showWindow()
|
|||||||
#ifdef Q_OS_MACOS
|
#ifdef Q_OS_MACOS
|
||||||
OSXShowDockIcon();
|
OSXShowDockIcon();
|
||||||
#endif
|
#endif
|
||||||
window->showNormal();
|
window->show();
|
||||||
window->raise(); // for MacOS
|
window->raise(); // for MacOS
|
||||||
window->activateWindow(); // for Windows
|
window->activateWindow(); // for Windows
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user