mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 08:19:53 +02:00
designer: update control selection bounds after resize finish (issue #0014696)
git-svn-id: trunk@21934 -
This commit is contained in:
parent
1b95312ed1
commit
b3ebc0bd80
@ -1975,7 +1975,9 @@ begin
|
|||||||
// point selection
|
// point selection
|
||||||
PointSelect;
|
PointSelect;
|
||||||
end;
|
end;
|
||||||
end;
|
end
|
||||||
|
else
|
||||||
|
ControlSelection.UpdateBounds;
|
||||||
end else
|
end else
|
||||||
begin
|
begin
|
||||||
// create new a component on the form
|
// create new a component on the form
|
||||||
|
Loading…
Reference in New Issue
Block a user