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:
parent
a0f5e32113
commit
db650df416
2 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue