mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-26 05:14:21 +00:00
Reset columnlistarea.rowcolorindex to 1 when calling columnlistarea:Clear()
This commit is contained in:
parent
0b8a35a799
commit
8db876d3a8
@ -368,5 +368,6 @@ function newobject:Clear()
|
|||||||
self:CalculateSize()
|
self:CalculateSize()
|
||||||
self:RedoLayout()
|
self:RedoLayout()
|
||||||
self.parent:AdjustColumns()
|
self.parent:AdjustColumns()
|
||||||
|
self.rowcolorindex = 1
|
||||||
|
|
||||||
end
|
end
|
Loading…
Reference in New Issue
Block a user