mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-06 00:57:19 +01:00
parent
d8b0d0defc
commit
6f93a15f00
@ -2363,7 +2363,7 @@ end;
|
||||
|
||||
procedure TCustomDBGrid.MouseMove(Shift: TShiftState; X, Y: Integer);
|
||||
begin
|
||||
if fGridState=gsSelecting then
|
||||
if (fGridState=gsSelecting) and not Dragging then
|
||||
exit
|
||||
else
|
||||
inherited MouseMove(Shift, X, Y);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user