FIX: Reset filter field everytime when gaining focus (fixes #274)

Co-authored-by: WhiteChairFromIkea <dainius.mazuika@gmailcom>
This commit is contained in:
WhiteChairFromIkea 2022-05-17 20:27:00 +03:00 committed by GitHub
commit b636e42eea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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