Merged revision(s) 56349 #9640327dd7 from trunk:

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

git-svn-id: branches/fixes_1_8@56408 -
This commit is contained in:
maxim 2017-11-14 22:35:26 +00:00
parent c995a70f42
commit 85a0dce834

View File

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