diff --git a/src/widgets/BaseWindow.cpp b/src/widgets/BaseWindow.cpp index 1bec57660..7e80818c9 100644 --- a/src/widgets/BaseWindow.cpp +++ b/src/widgets/BaseWindow.cpp @@ -516,7 +516,7 @@ void BaseWindow::resizeEvent(QResizeEvent *) //this->moveIntoDesktopRect(this); #ifdef USEWINSDK - if (!this->isResizeFixing_) + if (this->hasCustomWindowFrame() && !this->isResizeFixing_) { this->isResizeFixing_ = true; QTimer::singleShot(50, this, [this] {