From d632df0c4b6ee2e81baa3592a3d33d11313e7136 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Tue, 19 Oct 2010 18:02:18 +0100 Subject: [PATCH] Fix another corner case where escape could get eaten --- BindConfig.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BindConfig.lua b/BindConfig.lua index 5d16369..00b9b3f 100755 --- a/BindConfig.lua +++ b/BindConfig.lua @@ -42,7 +42,6 @@ end function CliqueConfig:OnHide() self:ClearAllPoints() self:SetParent(UIParent) - self:Hide() CliqueSpellTab:SetChecked(false) self:UpdateAlert() end @@ -239,7 +238,7 @@ function CliqueConfig:Button_OnClick(button) -- Click handler for "Edit" button elseif button == self.page1.button_options then - SpellBookFrame:Hide() + HideUIPanel(SpellBookFrame) HideUIPanel(CliqueConfig) InterfaceOptionsFrame_OpenToCategory("Clique") elseif button == self.page2.button_save then -- 1.7.9.5