mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 09:38:12 +02:00
IDE: designer: fixed drag move, drag move, bug #27854
git-svn-id: branches/fixes_1_4@48757 -
This commit is contained in:
parent
1136e53a73
commit
8a8d6a4e30
@ -2594,7 +2594,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
|
||||
@ -2625,7 +2625,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));
|
||||
|
Loading…
Reference in New Issue
Block a user