Fix for "More verb fixes"

Corrects a minor error which meant the map would not regain focus upon
enabling of the hotkey mode with tab.
This commit is contained in:
Bone White
2015-01-09 03:31:09 +00:00
parent 41d8fd098c
commit 4eae3c7779
+1 -1
View File
@@ -136,7 +136,7 @@ Admin:
if(hotkeyon)//using an if statement because I don't want to clutter winset() with ? operators
winset(usr, "mainwindow.hotkey_toggle", "is-checked=true")//checks the button
winset(usr, "mainwindow.mapwindow", "focus=true")//sets mapwindow focus
winset(usr, "mapwindow.map", "focus=true")//sets mapwindow focus
else
winset(usr, "mainwindow.hotkey_toggle", "is-checked=false")//unchecks the button
winset(usr, "mainwindow.input", "focus=true")//sets focus