mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
This commit is contained in:
parent
bbf2e402c4
commit
5cd1e33cd2
1 changed files with 3 additions and 0 deletions
|
|
@ -173,6 +173,9 @@ begin
|
|||
iInitialStart := edtDst.SelStart;
|
||||
iInitialLength := edtDst.SelLength;
|
||||
|
||||
if iFullLength = 0 then
|
||||
exit;
|
||||
|
||||
repeat
|
||||
FCurrentCopyDlgNameSelectionStep := TCurrentCopyDlgNameSelectionStep((ord(FCurrentCopyDlgNameSelectionStep)+1) mod ord(ccdnssInvalid));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue