add conditions viewer below healthbar, fix hotkeys autosend

This commit is contained in:
AndreFaramir
2012-03-29 18:46:21 -03:00
parent 6ace984440
commit fd2bc9fb77
20 changed files with 76 additions and 4 deletions

View File

@@ -321,6 +321,7 @@ function HotkeysManager.checkSelectedHotkey(focused)
hotkeyText:setText(hotkeyLabelSelectedOnList.value)
if hotkeyLabelSelectedOnList.value ~= '' then
sendAutomatically:setChecked(hotkeyLabelSelectedOnList.autoSend)
sendAutomatically:enable()
else
sendAutomatically:disable()
@@ -431,7 +432,7 @@ function HotkeysManager.onHotkeyTextChange(id, value)
else
sendAutomatically:disable()
sendAutomatically:setChecked(false)
end
end
end
end