mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 18:29:12 +02:00
LCL/Grids: Erase grid col/row drag indicator when no col/row swap is performed. Patch by Joeny Ang, issue #39995
This commit is contained in:
parent
32e5d2b8ae
commit
a1f01e1976
@ -6700,7 +6700,10 @@ var
|
||||
aColRow: Integer;
|
||||
begin
|
||||
if FromIndex=ToIndex then
|
||||
begin
|
||||
VisualChange;
|
||||
exit;
|
||||
end;
|
||||
|
||||
CheckIndex(IsColumn, FromIndex);
|
||||
CheckIndex(IsColumn, ToIndex);
|
||||
|
Loading…
Reference in New Issue
Block a user