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:
@@ -923,7 +923,7 @@ void CommandController::initialize(Settings &, Paths &paths)
|
||||
static_cast<QWidget *>(&(getApp()->windows->getMainWindow())),
|
||||
currentSplit);
|
||||
userPopup->setData(userName, channel);
|
||||
userPopup->moveTo(QCursor::pos(), false,
|
||||
userPopup->moveTo(QCursor::pos(),
|
||||
BaseWindow::BoundsChecker::CursorPosition);
|
||||
userPopup->show();
|
||||
return "";
|
||||
|
||||
Reference in New Issue
Block a user