fix(windows): wait for Qt before getting bounds (#5478)

This commit is contained in:
nerix
2024-06-23 13:32:12 +02:00
committed by GitHub
parent bd8fcd65ec
commit 4421b6c90a
3 changed files with 9 additions and 4 deletions
-1
View File
@@ -188,7 +188,6 @@ private:
QRect initalBounds_;
QRect currentBounds_;
QRect nextBounds_;
QTimer useNextBounds_;
bool isNotMinimizedOrMaximized_{};
bool lastEventWasNcMouseMove_ = false;