IDE: designer: fixed drag move, drag move, bug #27854

git-svn-id: trunk@48756 -
This commit is contained in:
mattias 2015-04-14 21:31:24 +00:00
parent 279431884c
commit 6e1f74fdb9

View File

@ -2595,7 +2595,7 @@ begin
begin
if not (dfHasSized in FFlags) then
begin
ControlSelection.SaveBounds;
ControlSelection.SaveBounds(false);
Include(FFlags, dfHasSized);
end;
// skip snapping when Alt is pressed
@ -2626,7 +2626,7 @@ begin
begin // move selection
if not (dfHasSized in FFlags) then
begin
ControlSelection.SaveBounds;
ControlSelection.SaveBounds(false);
Include(FFlags, dfHasSized);
end;
//debugln('TDesigner.MouseMoveOnControl Move MouseDownComponent=',dbgsName(MouseDownComponent),' OldMouseMovePos=',dbgs(OldMouseMovePos),' MouseMovePos',dbgs(LastMouseMovePos),' MouseDownPos=',dbgs(MouseDownPos));