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:
YuSanka 2022-05-24 16:08:16 +02:00 committed by Lukas Matena
parent 906f8914a6
commit 50fa4d3d98

View file

@ -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.