mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fixed tooltip deselect issue
This commit is contained in:
parent
e7698cebd8
commit
443aba3f9c
|
@ -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] {
|
||||
|
|
Loading…
Reference in a new issue