From f8badd25f56758d5d387989c3baee931b48ca484 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Thu, 14 Oct 2010 16:22:19 +0100 Subject: [PATCH] Clear focus from editbox when mousing over binding button --- Clique.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Clique.xml b/Clique.xml index 2db5b61..f39dafa 100755 --- a/Clique.xml +++ b/Clique.xml @@ -438,6 +438,9 @@ if motion then self:EnableKeyboard(true) end + if CliqueConfig.page2.editbox:HasFocus() then + CliqueConfig.page2.editbox:ClearFocus() + end self:EnableKeyboard(false) -- 1.7.9.5