1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-05 02:45:35 +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();
}