Przeglądaj źródła

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

Alexander Koblov 4 lat temu
rodzic
commit
3ae10caf77
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/fFindDlg.pas

+ 1 - 1
src/fFindDlg.pas

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