From d4ef705ecce0578b7fc5cf30de07d2260c7e2a84 Mon Sep 17 00:00:00 2001 From: Kenny Shields Date: Sat, 30 Aug 2014 14:54:30 -0400 Subject: [PATCH] Reposition the columnlistarea's horizontal scrollbar when calling columnlistarea:RedoLayout --- objects/internal/columnlist/columnlistarea.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/objects/internal/columnlist/columnlistarea.lua b/objects/internal/columnlist/columnlistarea.lua index 1adee86..80e5af0 100644 --- a/objects/internal/columnlist/columnlistarea.lua +++ b/objects/internal/columnlist/columnlistarea.lua @@ -320,6 +320,7 @@ function newobject:RedoLayout() end if self.hbar then local hbody = self:GetHorizontalScrollBody() + hbody.staticy = self.height - hbody.height if self.vbar then hbody.width = self.width - self:GetVerticalScrollBody().width else