mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 04:45:57 +08:00
Fixed a bug in a printer preset updating
This commit is contained in:
parent
b2f10ec864
commit
6f0efd1168
@ -2596,7 +2596,7 @@ void Tab::select_preset(std::string preset_name)
|
||||
// The preset will be switched to a different, compatible preset, or the '-- default --'.
|
||||
if (pu.technology == new_printer_technology)
|
||||
m_dependent_tabs.emplace_back(pu.tab_type);
|
||||
if (pu.old_preset_dirty)
|
||||
if (pu.old_preset_dirty && !pu.new_preset_compatible)
|
||||
pu.presets->discard_current_changes();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user