mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Set focus on rename edit
This commit is contained in:
parent
e37f2bf51c
commit
f25cdd596f
1 changed files with 1 additions and 1 deletions
|
|
@ -1911,10 +1911,10 @@ begin
|
|||
begin
|
||||
edtRename.SelStart:=1;
|
||||
edtRename.SelLength:=length(edtRename.Text)-length(ExtractFileExt(edtRename.Text));
|
||||
edtRename.SetFocus;
|
||||
end
|
||||
else
|
||||
edtRename.SelectAll;
|
||||
edtRename.SetFocus;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue