From 2e7a2b487de6875374a05ef717787f37d36c69b0 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Thu, 14 Oct 2010 21:00:33 +0100 Subject: [PATCH] Don't update the config if it is not visible --- BindConfig.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BindConfig.lua b/BindConfig.lua index b5372fe..e62f8b8 100755 --- a/BindConfig.lua +++ b/BindConfig.lua @@ -301,6 +301,8 @@ function CliqueConfig:UpdateList() -- GUI not created yet if not self.initialized then return + elseif not self:IsVisible() then + return end -- Sort the bindings -- 1.7.9.5