mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 22:58:50 +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
|
||||
PointSelect;
|
||||
end;
|
||||
end;
|
||||
end
|
||||
else
|
||||
ControlSelection.UpdateBounds;
|
||||
end else
|
||||
begin
|
||||
// create new a component on the form
|
||||
|
Loading…
Reference in New Issue
Block a user