Quantcast

Fix issue with OnTextChanged

James Whitehead II [09-26-10 - 15:33]
Fix issue with OnTextChanged
Filename
Clique.xml
diff --git a/Clique.xml b/Clique.xml
index af8ed6d..0f6dabd 100644
--- a/Clique.xml
+++ b/Clique.xml
@@ -73,7 +73,7 @@
 				</Size>
 				<Scripts>
 				  <OnTextChanged>
-                    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