mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 06:22:30 +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
|
for a:=Low(TAnchorKind) to high(TAnchorKind) do
|
||||||
if (a in NewAnchors) and (AnchorSide[a].Side=asrCenter) then
|
if (a in NewAnchors) and (AnchorSide[a].Side=asrCenter) then
|
||||||
AnchorSide[a].FixCenterAnchoring;
|
AnchorSide[a].FixCenterAnchoring;
|
||||||
UpdateAnchorRules;
|
// UpdateAnchorRules; ToDo: check
|
||||||
AdjustSize;
|
AdjustSize;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user