Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/slic3r/GUI/Search.cpp')
-rw-r--r--src/slic3r/GUI/Search.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/slic3r/GUI/Search.cpp b/src/slic3r/GUI/Search.cpp
index d8c4622ec..6b5edc30e 100644
--- a/src/slic3r/GUI/Search.cpp
+++ b/src/slic3r/GUI/Search.cpp
@@ -311,6 +311,9 @@ void OptionsSearcher::check_and_update(PrinterTechnology pt_in, ConfigOptionMode
for (auto i : input_values)
append_options(i.config, i.type);
+
+ options.insert(options.end(), preferences_options.begin(), preferences_options.end());
+
sort_options();
search(search_line, true);