Disable keyfocus for world map button

Fixes 'Tab' no longer working as a keybinding for closing the inventory window.
new-script-api
scrawl 7 years ago
parent 0240a6c38b
commit fb8306b61f

@ -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…
Cancel
Save