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);