mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Viewer - remember search backwards state #2
This commit is contained in:
parent
ec23867d04
commit
605ea81dc3
1 changed files with 1 additions and 0 deletions
|
|
@ -2411,6 +2411,7 @@ begin
|
|||
end;
|
||||
if glsSearchHistory.Count > 0 then
|
||||
sSearchTextU:= glsSearchHistory[0];
|
||||
FFindDialog.cbBackwards.Checked:= bSearchBackwards;
|
||||
end;
|
||||
|
||||
if FFindDialog.cbRegExp.Checked then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue