1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 17:15:32 +00:00

Fix 'blocking' messageboxes not handling key focus properly

This commit is contained in:
scrawl 2017-09-27 21:40:59 +02:00
parent a0f5e32113
commit db650df416
2 changed files with 2 additions and 0 deletions

View file

@ -773,6 +773,7 @@ namespace MWGui
double dt = frameTimer.time_s();
frameTimer.setStartTick();
mKeyboardNavigation->onFrame();
mMessageBoxManager->onFrame(dt);
MWBase::Environment::get().getInputManager()->update(dt, true, false);

View file

@ -9,6 +9,7 @@
<Property key="WordWrap" value="true"/>
<Property key="MultiLine" value="1"/>
<Property key="VisibleVScroll" value="1"/>
<Property key="NeedKey" value="false"/>
</Widget>
<Widget type="Widget" skin="" position="0 0 500 400" align="Stretch" name="buttons">
</Widget>