FIX: Bug [ 2513089 ] panel

This commit is contained in:
Alexander Koblov 2009-01-31 09:33:16 +00:00
commit 4c8cf4034a
2 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,5 @@
18.01.2009 ADD: Drag&Drop to external applications under Windows
31.01.2009 FIX: Bug [ 2513089 ] panel
18.01.2009 ADD: Drag&Drop to external applications under Windows
18.01.2009 FIX: Bug [ 2513084 ] tabs
12.01.2009 ADD: Pause/Start file operations
11.01.2009 FIX: Bug [ 2496645 ] sort files

View file

@ -407,8 +407,6 @@ var
iRow, iOldRow: Integer;
fri: PFileRecItem;
begin
dgPanel.FGridState:= gsRowMoving;
if dgPanel.DropRowIndex = DG_MOUSE_LEAVE then Exit;
dgPanel.MouseToCell(X, Y, iOldRow, iRow);