prevent moveTo from changing popup position on every launch (#1630)

This commit is contained in:
mmb L 2020-04-18 16:59:27 +08:00 committed by GitHub
parent beda9e555f
commit 2076715e23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,7 +114,7 @@ namespace {
EmotePopup::EmotePopup(QWidget *parent)
: BasePopup(BaseWindow::EnableCustomFrame, parent)
{
this->moveTo(this, getApp()->windows->emotePopupPos());
this->moveTo(this, getApp()->windows->emotePopupPos(), false);
auto layout = new QVBoxLayout(this);
this->getLayoutContainer()->setLayout(layout);