fixed tooltip deselect issue

This commit is contained in:
fourtf
2019-12-29 11:14:26 +01:00
parent e7698cebd8
commit 443aba3f9c
+1 -1
View File
@@ -516,7 +516,7 @@ void BaseWindow::resizeEvent(QResizeEvent *)
//this->moveIntoDesktopRect(this); //this->moveIntoDesktopRect(this);
#ifdef USEWINSDK #ifdef USEWINSDK
if (!this->isResizeFixing_) if (this->hasCustomWindowFrame() && !this->isResizeFixing_)
{ {
this->isResizeFixing_ = true; this->isResizeFixing_ = true;
QTimer::singleShot(50, this, [this] { QTimer::singleShot(50, this, [this] {