prevent moveTo from changing popup position on every launch (#1630)
This commit is contained in:
@@ -114,7 +114,7 @@ namespace {
|
|||||||
EmotePopup::EmotePopup(QWidget *parent)
|
EmotePopup::EmotePopup(QWidget *parent)
|
||||||
: BasePopup(BaseWindow::EnableCustomFrame, parent)
|
: BasePopup(BaseWindow::EnableCustomFrame, parent)
|
||||||
{
|
{
|
||||||
this->moveTo(this, getApp()->windows->emotePopupPos());
|
this->moveTo(this, getApp()->windows->emotePopupPos(), false);
|
||||||
|
|
||||||
auto layout = new QVBoxLayout(this);
|
auto layout = new QVBoxLayout(this);
|
||||||
this->getLayoutContainer()->setLayout(layout);
|
this->getLayoutContainer()->setLayout(layout);
|
||||||
|
|||||||
Reference in New Issue
Block a user