Quantcast

Hide UI panel when spellbook is hidden and both are open

James Whitehead II [10-19-10 - 17:36]
Hide UI panel when spellbook is hidden and both are open
Filename
BindConfig.lua
diff --git a/BindConfig.lua b/BindConfig.lua
index 00b9b3f..48f9da8 100755
--- a/BindConfig.lua
+++ b/BindConfig.lua
@@ -42,6 +42,7 @@ end
 function CliqueConfig:OnHide()
     self:ClearAllPoints()
     self:SetParent(UIParent)
+    HideUIPanel(self)
     CliqueSpellTab:SetChecked(false)
     self:UpdateAlert()
 end