Follow-up to a1746e3e66
Fix for #7849 - "Save Project" command doesn't work properly
This commit is contained in:
parent
14b7d36070
commit
a062a889d8
9 changed files with 37 additions and 22 deletions
|
@ -395,6 +395,7 @@ public:
|
|||
void discard_current_changes() {
|
||||
m_presets[m_idx_selected].reset_dirty();
|
||||
m_edited_preset = m_presets[m_idx_selected];
|
||||
// Don't save the resetted preset state as a "saved into project" state.
|
||||
// update_saved_preset_from_current_preset();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue