mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 14:09:31 +02:00
IDE: Fix saving PathMode in SearchResultsView always. Issue #40352.
(cherry picked from commit bf0878f8f9
)
This commit is contained in:
parent
8fb16eecfa
commit
4e98e33511
@ -407,9 +407,9 @@ begin
|
||||
// load path style
|
||||
//mniPathRelative.Checked := true; // default
|
||||
case EnvironmentGuiOpts.SearchResultViewPathStyle of
|
||||
mwfsShort : mniPathAbsolute.Checked := true;
|
||||
mwfsShort : mniPathFileName.Checked := true;
|
||||
mwfsRelative: mniPathRelative.Checked := true;
|
||||
mwfsFull : mniPathFileName.Checked := true;
|
||||
mwfsFull : mniPathAbsolute.Checked := true;
|
||||
end;
|
||||
mniShowPathClick(Sender);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user