From d4de0ecf4b2b9a05d6e2206b7cc70fd794b561b4 Mon Sep 17 00:00:00 2001 From: ondrej Date: Mon, 14 Dec 2015 09:07:46 +0000 Subject: [PATCH] anchordocking: fix wrong monitor restore. Issue #29184 git-svn-id: trunk@50784 - --- components/anchordocking/anchordockstorage.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/components/anchordocking/anchordockstorage.pas b/components/anchordocking/anchordockstorage.pas index 33d4aa9767..73f8f6bef8 100644 --- a/components/anchordocking/anchordockstorage.pas +++ b/components/anchordocking/anchordockstorage.pas @@ -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;