diff --git a/src/widgets/BaseWindow.hpp b/src/widgets/BaseWindow.hpp index fdae5fe95..c9fbf63ba 100644 --- a/src/widgets/BaseWindow.hpp +++ b/src/widgets/BaseWindow.hpp @@ -109,6 +109,7 @@ private: bool shown_ = false; FlagsEnum flags_; float nativeScale_ = 1; + bool isResizeFixing_ = false; struct { QLayout *windowLayout = nullptr;