1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-07-12 15:51:42 +00:00
This commit is contained in:
Mads Buvik Sandvei 2020-11-28 00:25:34 +01:00
parent 04711180bd
commit 01add8023e

View file

@ -167,7 +167,7 @@ namespace MWGui
focus = MWVR::Environment::get().getGUIManager()->focusWidget();
else
#endif
MyGUI::Widget* focus = MyGUI::InputManager::getInstance().getMouseFocusWidget();
focus = MyGUI::InputManager::getInstance().getMouseFocusWidget();
if (focus == 0)
return;