mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Don't move cursor when rename operation is active
This commit is contained in:
parent
ef29a144a7
commit
169aa65153
1 changed files with 2 additions and 0 deletions
|
|
@ -879,6 +879,8 @@ begin
|
|||
end;
|
||||
end;
|
||||
|
||||
if edtRename.Visible then Exit;
|
||||
|
||||
// A single click starts programs and opens files
|
||||
if (gMouseSingleClickStart in [1..3]) and (FMainControlMouseDown = False) and
|
||||
(Shift * [ssShift, ssAlt, ssCtrl] = []) and (not MainControl.Dragging) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue