mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-11 00:11:46 +08:00
Fixed a bug, when "Detach from system preset" button wasn't disappears after click on it and
detaching of the profile from system profile
This commit is contained in:
parent
906f8914a6
commit
50fa4d3d98
@ -3680,6 +3680,9 @@ void Tab::save_preset(std::string name /*= ""*/, bool detach)
|
||||
|
||||
// update preset comboboxes in DiffPresetDlg
|
||||
wxGetApp().mainframe->diff_dialog.update_presets(m_type);
|
||||
|
||||
if (detach)
|
||||
update_description_lines();
|
||||
}
|
||||
|
||||
// Called for a currently selected preset.
|
||||
|
Loading…
x
Reference in New Issue
Block a user