Allow any window to be bounds-checked (#4802)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -926,7 +926,7 @@ void CommandController::initialize(Settings &, Paths &paths)
|
||||
currentSplit);
|
||||
userPopup->setData(userName, channel);
|
||||
userPopup->moveTo(QCursor::pos(),
|
||||
BaseWindow::BoundsChecker::CursorPosition);
|
||||
widgets::BoundsChecking::CursorPosition);
|
||||
userPopup->show();
|
||||
return "";
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user