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:
wp_xyz 2022-11-12 00:34:43 +01:00
parent 32e5d2b8ae
commit a1f01e1976

View File

@ -6700,7 +6700,10 @@ var
aColRow: Integer;
begin
if FromIndex=ToIndex then
begin
VisualChange;
exit;
end;
CheckIndex(IsColumn, FromIndex);
CheckIndex(IsColumn, ToIndex);