mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 12:20:38 +02:00
anchordocking: clean up garbage in layout
git-svn-id: branches/fixes_1_6@50830 -
This commit is contained in:
parent
1c560f49e2
commit
426a7b20ff
@ -1444,6 +1444,9 @@ begin
|
||||
// layouts and pages with only one child
|
||||
// => move grandchildren up and delete childnode
|
||||
ReplaceWithChildren(ChildNode);
|
||||
end else begin
|
||||
// unknown, maybe crap from older versions
|
||||
DeleteNode(ChildNode);
|
||||
end;
|
||||
|
||||
i:=Min(i,Count)-1;
|
||||
|
Loading…
Reference in New Issue
Block a user