mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
UPD: Cursor no longer follows the mouse cursor
This commit is contained in:
parent
8f92a19e66
commit
112ab9612a
1 changed files with 1 additions and 1 deletions
|
|
@ -843,7 +843,7 @@ begin
|
|||
end;
|
||||
|
||||
// A single click starts programs and opens files
|
||||
if (gMouseSingleClickStart > 0) and (FMainControlMouseDown = False) and
|
||||
if (gMouseSingleClickStart in [1..3]) and (FMainControlMouseDown = False) and
|
||||
(Shift * [ssShift, ssAlt, ssCtrl] = []) and (not MainControl.Dragging) then
|
||||
begin
|
||||
FileIndex := GetFileIndexFromCursor(X, Y, AtFileList);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue