From 09878f81593f54547ff6cadbc03148230e577dba Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Sun, 26 Sep 2010 16:33:06 +0100 Subject: [PATCH] Fix issue with OnTextChanged --- Clique.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Clique.xml b/Clique.xml index af8ed6d..0f6dabd 100644 --- a/Clique.xml +++ b/Clique.xml @@ -73,7 +73,7 @@ - local scrollBar = _G[self:GetParent():GetName() .. "ScrollBar")] + local scrollBar = _G[self:GetParent():GetName() .. "ScrollBar"] self:GetParent():UpdateScrollChildRect() local min, max = scrollBar:GetMinMaxValues(); if max > 0 and self.max ~= max then -- 1.7.9.5