mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Don't start dragging by middle mouse button
This commit is contained in:
parent
fc4424eab6
commit
03f07cd9d6
1 changed files with 4 additions and 2 deletions
|
|
@ -811,8 +811,10 @@ begin
|
|||
end;
|
||||
end;//of mouse selection handler
|
||||
end;
|
||||
else
|
||||
SetActiveFile(FileIndex);
|
||||
else begin
|
||||
SetActiveFile(FileIndex);
|
||||
Exit;
|
||||
end;
|
||||
end;
|
||||
|
||||
{ Dragging }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue