From baea19997760967fe7611979638aff73b7e28479 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Mon, 18 Oct 2010 00:51:36 +0100 Subject: [PATCH] Fix the issue that was causing escape to be eaten --- BindConfig.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BindConfig.lua b/BindConfig.lua index b96f7dd..5d16369 100755 --- a/BindConfig.lua +++ b/BindConfig.lua @@ -240,7 +240,7 @@ function CliqueConfig:Button_OnClick(button) -- Click handler for "Edit" button elseif button == self.page1.button_options then SpellBookFrame:Hide() - CliqueConfig:Hide() + HideUIPanel(CliqueConfig) InterfaceOptionsFrame_OpenToCategory("Clique") elseif button == self.page2.button_save then -- Check the input -- 1.7.9.5