mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 02:59:15 +02:00
merged r50784 #d4de0ecf4b: anchordocking: fix wrong monitor restore. Issue #29184
git-svn-id: branches/fixes_1_6@50787 -
This commit is contained in:
parent
031141afd4
commit
2f1e28d82f
@ -1098,6 +1098,7 @@ begin
|
|||||||
TabPosition:=Node.TabPosition;
|
TabPosition:=Node.TabPosition;
|
||||||
BoundSplitterPos:=Node.BoundSplitterPos;
|
BoundSplitterPos:=Node.BoundSplitterPos;
|
||||||
WorkAreaRect:=Node.WorkAreaRect;
|
WorkAreaRect:=Node.WorkAreaRect;
|
||||||
|
Monitor:=Node.Monitor;
|
||||||
for a:=low(TAnchorKind) to high(TAnchorKind) do
|
for a:=low(TAnchorKind) to high(TAnchorKind) do
|
||||||
Anchors[a]:=Node.Anchors[a];
|
Anchors[a]:=Node.Anchors[a];
|
||||||
while Count>Node.Count do Nodes[Count-1].Free;
|
while Count>Node.Count do Nodes[Count-1].Free;
|
||||||
|
Loading…
Reference in New Issue
Block a user