From 22658a23ec1d6fe12c3e2c50f2a360f180f8fec6 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Tue, 19 Oct 2010 18:36:49 +0100 Subject: [PATCH] Hide UI panel when spellbook is hidden and both are open --- BindConfig.lua | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.9.5