mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [ 2513089 ] panel
This commit is contained in:
parent
d7466fa33a
commit
4c8cf4034a
2 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue