瀏覽代碼

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

Alexander Koblov 4 年之前
父節點
當前提交
3ae10caf77
共有 1 個文件被更改,包括 1 次插入1 次删除
  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