mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -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())
|
if (mSettings.isHidden())
|
||||||
mSettings.show();
|
mSettings.show();
|
||||||
|
|
||||||
|
mSettings.move (QCursor::pos());
|
||||||
mSettings.raise();
|
mSettings.raise();
|
||||||
mSettings.activateWindow();
|
mSettings.activateWindow();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user