1
0
Fork 1
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:
Scott Howard 2015-01-01 22:50:35 -05:00
parent ce7cef924e
commit 03b39435f8

View file

@ -236,6 +236,7 @@ void CS::Editor::showSettings()
if (mSettings.isHidden())
mSettings.show();
mSettings.move (QCursor::pos());
mSettings.raise();
mSettings.activateWindow();
}