Remove offset logic from BaseWindow::moveTo (#4798)
It's now up to each window to offset its coordinates themselves (which is good 👍 )
This commit is contained in:
@@ -207,7 +207,7 @@ EmotePopup::EmotePopup(QWidget *parent)
|
||||
, notebook_(new Notebook(this))
|
||||
{
|
||||
// this->setStayInScreenRect(true);
|
||||
this->moveTo(getApp()->windows->emotePopupPos(), false,
|
||||
this->moveTo(getApp()->windows->emotePopupPos(),
|
||||
BaseWindow::BoundsChecker::DesiredPosition);
|
||||
|
||||
auto *layout = new QVBoxLayout();
|
||||
|
||||
Reference in New Issue
Block a user