# HG changeset patch # User Flick # Date 1224713725 0 # Node ID aa9074c92f11d9fe2ad9cb3eb386ef60547bbe43 # Parent 168cae4aa8bd3f63a66e9e7cf4c1f532de34d84f Fixed brand new bars hiding if you click 'hide bar' on a valid state without first cycling config mode. diff -r 168cae4aa8bd -r aa9074c92f11 State.lua --- 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