From 443aba3f9cfb07ee42d7d78f9e0b0bebc1c71a75 Mon Sep 17 00:00:00 2001 From: fourtf Date: Sun, 29 Dec 2019 11:14:26 +0100 Subject: [PATCH] fixed tooltip deselect issue --- src/widgets/BaseWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/BaseWindow.cpp b/src/widgets/BaseWindow.cpp index 1bec5766..7e80818c 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] {