changeset 96:aa9074c92f11

Fixed brand new bars hiding if you click 'hide bar' on a valid state without first cycling config mode.
author Flick <flickerstreak@gmail.com>
date Wed, 22 Oct 2008 22:15:25 +0000
parents 168cae4aa8bd
children 5d3b7b025142
files State.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/State.lua	Wed Oct 22 21:39:07 2008 +0000
+++ b/State.lua	Wed Oct 22 22:15:25 2008 +0000
@@ -400,6 +400,7 @@
         end
       end
       BuildKeybinds(bar, states)
+      SetHandlerData(bar, "showAll", ReAction:GetConfigMode())
       SetStateDriver(bar, BuildRule(states))
       RefreshState(bar)
     end