mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -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
|
#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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user