Fix for #7905 - Segfault when changing printer after loading 3mf with a different printer set
Update searcher only before open one of next dialogs : SearchDialog, UnsavedChangesDialog or DiffPresetDialog. But only Search dialog respects to the mode of PrusaSlicer
This commit is contained in:
parent
169ef8bfe4
commit
a248490507
8 changed files with 31 additions and 58 deletions
|
@ -392,7 +392,6 @@ public:
|
|||
|
||||
void update_wiping_button_visibility();
|
||||
void activate_option(const std::string& opt_key, const wxString& category);
|
||||
void apply_searcher();
|
||||
void cache_config_diff(const std::vector<std::string>& selected_options);
|
||||
void apply_config_from_cache();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue