forked from teamnwah/openmw-tes3coop
Fix pinned widgets receiving mouse clicks in gamemode (Fixes #1686)
This commit is contained in:
parent
469d2afffa
commit
4b3e12bfb4
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ namespace MWGui
|
|||
mCompanionWindow = new CompanionWindow(mDragAndDrop, mMessageBoxManager);
|
||||
trackWindow(mCompanionWindow, "companion");
|
||||
|
||||
mInputBlocker = mGui->createWidget<MyGUI::Widget>("",0,0,w,h,MyGUI::Align::Default,"Windows");
|
||||
mInputBlocker = mGui->createWidget<MyGUI::Widget>("",0,0,w,h,MyGUI::Align::Default,"Overlay");
|
||||
|
||||
mHud->setVisible(mHudEnabled);
|
||||
|
||||
|
|
Loading…
Reference in a new issue