fix module enabling/disabling in various modules

This commit is contained in:
Hendrik Leppkes
2008-05-28 10:27:51 +00:00
parent 88f2eca87c
commit 3e3bd90c37
4 changed files with 11 additions and 1 deletions
+1
View File
@@ -291,6 +291,7 @@ function Bar:SetShow(show)
if not self.unlocked then
self[self.config.show and "Show" or "Hide"](self)
else
self:Show()
if not self.config.show then
self.overlay:SetBackdropColor(1, 0, 0, 0.5)
else