Reposition the columnlistarea's horizontal scrollbar when calling columnlistarea:RedoLayout

This commit is contained in:
Kenny Shields 2014-08-30 14:54:30 -04:00
parent 20fbf2fd08
commit d4ef705ecc

View File

@ -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