Anchordocking: Fix loading the same layout twice. Issue #32660, patch from Andrey Zubarev.

git-svn-id: trunk@56349 -
This commit is contained in:
juha 2017-11-10 08:46:23 +00:00
parent 097f6e74af
commit 9640327dd7

View File

@ -3436,7 +3436,7 @@ begin
RaiseGDBException('');
dec(fUpdateCount);
if fUpdateCount=0 then
QueueSimplify:=True;
SimplifyPendingLayouts;
end;
procedure TAnchorDockMaster.NeedSimplify(AControl: TControl);