mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Multi-line pattern search option state
(cherry picked from commit eb2bf85573)
This commit is contained in:
parent
9c148b2223
commit
ed59afc8ba
1 changed files with 1 additions and 0 deletions
|
|
@ -111,6 +111,7 @@ begin
|
|||
cbSearchFromCursor.Enabled := ((eswoSearchFromCursorChecked in OptionAllowed) OR (eswoSearchFromCursorUnchecked in OptionAllowed));
|
||||
cbSearchRegExp.Enabled := ((eswoRegularExpressChecked in OptionAllowed) OR (eswoRegularExpressUnchecked in OptionAllowed));
|
||||
rgSearchDirection.Enabled := ((eswoDirectionEnabledForward in OptionAllowed) OR (eswoDirectionEnabledBackward in OptionAllowed));
|
||||
cbMultiLine.Enabled := cbSearchRegExp.Enabled;
|
||||
|
||||
//2. Let's set the option to their default according to what host wants to offer
|
||||
cbSearchCaseSensitive.Checked := (eswoCaseSensitiveChecked in OptionAllowed);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue