Disable keyfocus for world map button

Fixes 'Tab' no longer working as a keybinding for closing the inventory window.
This commit is contained in:
scrawl 2017-09-27 21:30:31 +02:00
parent 0240a6c38b
commit fb8306b61f

View file

@ -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>