anchordocking: fix wrong monitor restore. Issue #29184

git-svn-id: trunk@50784 -
This commit is contained in:
ondrej 2015-12-14 09:07:46 +00:00
parent a04860897f
commit d4de0ecf4b

View File

@ -1098,6 +1098,7 @@ begin
TabPosition:=Node.TabPosition;
BoundSplitterPos:=Node.BoundSplitterPos;
WorkAreaRect:=Node.WorkAreaRect;
Monitor:=Node.Monitor;
for a:=low(TAnchorKind) to high(TAnchorKind) do
Anchors[a]:=Node.Anchors[a];
while Count>Node.Count do Nodes[Count-1].Free;