FIX: Bug [0002638] Select a Group editor not recalling RegEx settings

This commit is contained in:
Alexander Koblov 2021-04-29 21:12:48 +03:00
commit 3ae10caf77

View file

@ -703,6 +703,7 @@ begin
cmbNotOlderThanUnit.ItemIndex := 3; // Days
cmbFileSizeUnit.ItemIndex := 1; // Kilobytes
cbPartialNameSearch.Checked := gPartialNameSearch;
FontOptionsToFont(gFonts[dcfSearchResults], lsFoundedFiles.Font);
InitPropStorage(Self);
@ -2192,7 +2193,6 @@ begin
if cmbFindFileMask.Visible then
cmbFindFileMask.SelectAll;
cbPartialNameSearch.Checked := gPartialNameSearch;
lsFoundedFiles.Canvas.Font := lsFoundedFiles.Font;
if pgcSearch.ActivePage = tsStandard then