From 9640327dd7e0c3eb883ddac43b1e2e2ba01e2130 Mon Sep 17 00:00:00 2001 From: juha Date: Fri, 10 Nov 2017 08:46:23 +0000 Subject: [PATCH] Anchordocking: Fix loading the same layout twice. Issue #32660, patch from Andrey Zubarev. git-svn-id: trunk@56349 - --- components/anchordocking/anchordocking.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/anchordocking/anchordocking.pas b/components/anchordocking/anchordocking.pas index ac7edd0be6..ff40e59c4f 100644 --- a/components/anchordocking/anchordocking.pas +++ b/components/anchordocking/anchordocking.pas @@ -3436,7 +3436,7 @@ begin RaiseGDBException(''); dec(fUpdateCount); if fUpdateCount=0 then - QueueSimplify:=True; + SimplifyPendingLayouts; end; procedure TAnchorDockMaster.NeedSimplify(AControl: TControl);