Change reverse_dir to not cause a runtime when moving diagonal

This commit is contained in:
Couls
2019-04-26 05:39:34 -04:00
parent 5903ad2dfd
commit c2028e9ac3
4 changed files with 19 additions and 10 deletions
-1
View File
@@ -43,5 +43,4 @@
var/key = macro_set[k]
var/command = macro_set[key]
winset(src, "[setname]-[REF(key)]", "parent=[setname];name=[key];command=[command]")
winset(src, null, "input.focus=true input.background-color=[COLOR_INPUT_ENABLED] mainwindow.macro=default")