mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 06:56:10 +02:00
LCL: SetAnchors: do not update basebounds
git-svn-id: trunk@36859 -
This commit is contained in:
parent
706f472758
commit
b20150d99c
@ -3750,7 +3750,7 @@ begin
|
||||
for a:=Low(TAnchorKind) to high(TAnchorKind) do
|
||||
if (a in NewAnchors) and (AnchorSide[a].Side=asrCenter) then
|
||||
AnchorSide[a].FixCenterAnchoring;
|
||||
UpdateAnchorRules;
|
||||
// UpdateAnchorRules; ToDo: check
|
||||
AdjustSize;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user