1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 19:19:56 +00:00

Make ToggleMenus affect tooltips (Fixes #1989)

This commit is contained in:
scrawl 2014-12-12 01:42:13 +01:00
parent f42420bc19
commit cf5fc60e86

View file

@ -444,6 +444,7 @@ namespace MWGui
mVideoBackground->setVisible(false);
mHud->setVisible(mHudEnabled && mGuiEnabled);
mToolTips->setVisible(mGuiEnabled);
bool gameMode = !isGuiMode();