mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
place user settings window at same location as mouse pointer
This commit is contained in:
parent
ce7cef924e
commit
03b39435f8
@ -236,6 +236,7 @@ void CS::Editor::showSettings()
|
||||
if (mSettings.isHidden())
|
||||
mSettings.show();
|
||||
|
||||
mSettings.move (QCursor::pos());
|
||||
mSettings.raise();
|
||||
mSettings.activateWindow();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user