mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-14 23:05:57 -04:00
Make ToggleMenus affect tooltips (Fixes #1989)
This commit is contained in:
parent
f42420bc19
commit
cf5fc60e86
@ -444,6 +444,7 @@ namespace MWGui
|
|||||||
mVideoBackground->setVisible(false);
|
mVideoBackground->setVisible(false);
|
||||||
|
|
||||||
mHud->setVisible(mHudEnabled && mGuiEnabled);
|
mHud->setVisible(mHudEnabled && mGuiEnabled);
|
||||||
|
mToolTips->setVisible(mGuiEnabled);
|
||||||
|
|
||||||
bool gameMode = !isGuiMode();
|
bool gameMode = !isGuiMode();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user