UPD: Cursor no longer follows the mouse cursor

This commit is contained in:
Alexander Koblov 2016-12-17 21:07:42 +00:00
commit 112ab9612a

View file

@ -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);