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
|
end
|
||||||
if self.hbar then
|
if self.hbar then
|
||||||
local hbody = self:GetHorizontalScrollBody()
|
local hbody = self:GetHorizontalScrollBody()
|
||||||
|
hbody.staticy = self.height - hbody.height
|
||||||
if self.vbar then
|
if self.vbar then
|
||||||
hbody.width = self.width - self:GetVerticalScrollBody().width
|
hbody.width = self.width - self:GetVerticalScrollBody().width
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user