mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 13:37:22 +01:00
Anchordocking: Fix loading the same layout twice. Issue #32660, patch from Andrey Zubarev.
git-svn-id: trunk@56349 -
This commit is contained in:
parent
097f6e74af
commit
9640327dd7
@ -3436,7 +3436,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