mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-20 07:23:51 +00:00
Merge pull request #2755 from akortunov/guifixes
Do not disable a mouse cursor until it moved when you exit a GUI mode
This commit is contained in:
commit
26ac6839d4
1 changed files with 0 additions and 4 deletions
|
@ -1162,11 +1162,7 @@ namespace MWGui
|
|||
|
||||
void WindowManager::setCursorVisible(bool visible)
|
||||
{
|
||||
if (visible == mCursorVisible)
|
||||
return;
|
||||
mCursorVisible = visible;
|
||||
if (!visible)
|
||||
mCursorActive = false;
|
||||
}
|
||||
|
||||
void WindowManager::setCursorActive(bool active)
|
||||
|
|
Loading…
Reference in a new issue