From cac627e459101ae3b081c28177c7e94b60b8a4b6 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Tue, 21 Sep 2010 09:10:59 +0000 Subject: [PATCH] Fix a typo in CliqueEditTemplate --- Clique.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Clique.xml b/Clique.xml index fdc8115..af8ed6d 100644 --- a/Clique.xml +++ b/Clique.xml @@ -73,11 +73,11 @@ - 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 - this.max = max; + self.max = max; scrollBar:SetValue(max); end -- 1.7.9.5