From d412f3c7922a6ee673c614b132dc6c068e759c0f Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Wed, 13 Oct 2010 14:49:03 +0100 Subject: [PATCH] Hide spellbook/clique when opening options panel --- BindConfig.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BindConfig.lua b/BindConfig.lua index 3728832..008ba5b 100755 --- a/BindConfig.lua +++ b/BindConfig.lua @@ -228,6 +228,8 @@ function CliqueConfig:Button_OnClick(button) -- Click handler for "Edit" button elseif button == self.page1.button_options then + SpellBookFrame:Hide() + CliqueConfig:Hide() InterfaceOptionsFrame_OpenToCategory("Clique") elseif button == self.page2.button_save then -- Check the input -- 1.7.9.5