mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Improve window state handling
It fixes multi-screen setups support and fullscreen in Windows
This commit is contained in:
@ -348,10 +348,6 @@ private:
|
||||
//! @return true If the search mode was active when this function was called.
|
||||
bool exitSearchMode();
|
||||
|
||||
// fullscreen mode in Windows for preventing this bug: QTBUG-41309 https://bugreports.qt.io/browse/QTBUG-41309
|
||||
Qt::WindowFlags previousWindowFlags;
|
||||
QPoint previousPos;
|
||||
QSize previousSize;
|
||||
std::future<void> upgradeLibraryFuture;
|
||||
|
||||
TrayIconController *trayIconController;
|
||||
|
||||
Reference in New Issue
Block a user