fixed tooltip deselect issue

This commit is contained in:
fourtf 2019-12-29 11:14:26 +01:00
parent e7698cebd8
commit 443aba3f9c

View file

@ -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] {