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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue