forked from mirror/openmw-tes3mp
Disable keyfocus for world map button
Fixes 'Tab' no longer working as a keybinding for closing the inventory window.
This commit is contained in:
parent
0240a6c38b
commit
fb8306b61f
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
<!-- World button -->
|
||||
<Widget type="AutoSizedButton" skin="MW_Button" position="213 233 61 22" align="Bottom Right" name="WorldButton">
|
||||
<Property key="ExpandDirection" value="Left"/>
|
||||
<Property key="NeedKey" value="false"/>
|
||||
</Widget>
|
||||
|
||||
</Widget>
|
||||
|
|
Loading…
Reference in a new issue