mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-18 16:04:22 +00:00
Reposition the columnlistarea's horizontal scrollbar when calling columnlistarea:RedoLayout
This commit is contained in:
parent
20fbf2fd08
commit
d4ef705ecc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user