mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [0002638] Select a Group editor not recalling RegEx settings
This commit is contained in:
parent
ae26f8e753
commit
3ae10caf77
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue