mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 11:18:22 +02:00
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:
parent
c995a70f42
commit
85a0dce834
@ -3148,7 +3148,7 @@ begin
|
||||
RaiseGDBException('');
|
||||
dec(fUpdateCount);
|
||||
if fUpdateCount=0 then
|
||||
QueueSimplify:=True;
|
||||
SimplifyPendingLayouts;
|
||||
end;
|
||||
|
||||
procedure TAnchorDockMaster.NeedSimplify(AControl: TControl);
|
||||
|
Loading…
Reference in New Issue
Block a user