fixed minimized and maximized size not saving on windows

This commit is contained in:
fourtf
2019-09-08 14:24:03 +02:00
parent 94048595f6
commit 9d2665ab17
2 changed files with 17 additions and 4 deletions
+2
View File
@@ -123,6 +123,8 @@ private:
#ifdef USEWINSDK
QRect initalBounds_;
QRect currentBounds_;
QRect nextBounds_;
QTimer useNextBounds_;
bool isNotMinimizedOrMaximized_{};
#endif