mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Reset filter field everytime when gaining focus (fixes #274)
Co-authored-by: WhiteChairFromIkea <dainius.mazuika@gmailcom>
This commit is contained in:
parent
2780c2f874
commit
b636e42eea
1 changed files with 1 additions and 2 deletions
|
|
@ -254,8 +254,7 @@ begin
|
|||
if not edtSearch.Focused then
|
||||
begin
|
||||
edtSearch.SetFocus;
|
||||
if Char = #0 then
|
||||
edtSearch.SelectAll;
|
||||
edtSearch.SelectAll;
|
||||
end;
|
||||
|
||||
if Char <> #0 then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue