mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:49:56 +00:00
place user settings window at same location as mouse pointer
This commit is contained in:
parent
ce7cef924e
commit
03b39435f8
1 changed files with 1 additions and 0 deletions
|
@ -236,6 +236,7 @@ void CS::Editor::showSettings()
|
|||
if (mSettings.isHidden())
|
||||
mSettings.show();
|
||||
|
||||
mSettings.move (QCursor::pos());
|
||||
mSettings.raise();
|
||||
mSettings.activateWindow();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue