From bde796921513f0a3fe50b7251d5c5682b4a40617 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Thu, 30 Oct 2008 09:30:47 +0100 Subject: [PATCH] Properly reset visibility when enabling/disabling a bar --- Bar.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Bar.lua b/Bar.lua index 45d4bae..bebb0d5 100644 --- a/Bar.lua +++ b/Bar.lua @@ -393,6 +393,7 @@ function Bar:Disable() self.disabled = true self:UnregisterAllEvents() self:DisableVisibilityDriver() + self:SetAttribute("state-vis", nil) self:Hide() end