mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Use "show" instead of "showNormal" to keep maximized geometry
This commit is contained in:
parent
4a958b9291
commit
94d17a1d5c
@ -96,7 +96,7 @@ void TrayIconController::showWindow()
|
||||
#ifdef Q_OS_MACOS
|
||||
OSXShowDockIcon();
|
||||
#endif
|
||||
window->showNormal();
|
||||
window->show();
|
||||
window->raise(); // for MacOS
|
||||
window->activateWindow(); // for Windows
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user