From f11b9a5b6a9758309e2c656b9475c475873ae108 Mon Sep 17 00:00:00 2001 From: YuSanka Date: Fri, 7 May 2021 16:45:37 +0200 Subject: [PATCH] DiffPresetDialog: Fixed update of the related presets after changing selection of the Printer preset --- src/slic3r/GUI/UnsavedChangesDialog.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/slic3r/GUI/UnsavedChangesDialog.cpp b/src/slic3r/GUI/UnsavedChangesDialog.cpp index 0a0a3dc60f..dc2c56246b 100644 --- a/src/slic3r/GUI/UnsavedChangesDialog.cpp +++ b/src/slic3r/GUI/UnsavedChangesDialog.cpp @@ -1694,6 +1694,9 @@ void DiffPresetDialog::update_compatibility(const std::string& preset_name, Pres technology_changed = old_printer_technology != new_printer_technology; } + // select preset + presets->select_preset_by_name(preset_name, false); + // Mark the print & filament enabled if they are compatible with the currently selected preset. // The following method should not discard changes of current print or filament presets on change of a printer profile, // if they are compatible with the current printer.