LCL: SetAnchors: do not update basebounds

git-svn-id: trunk@36859 -
This commit is contained in:
mattias 2012-04-17 07:48:37 +00:00
parent 706f472758
commit b20150d99c

View File

@ -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;