mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 15:36:24 +01:00
Mark session dirty when a marker is renamed.
This commit is contained in:
parent
abb05680b4
commit
db0f2aad48
1 changed files with 1 additions and 0 deletions
|
|
@ -1385,6 +1385,7 @@ Editor::rename_marker(Marker *marker)
|
|||
|
||||
dialog.get_result(txt);
|
||||
loc->set_name (txt);
|
||||
_session->set_dirty ();
|
||||
|
||||
XMLNode &after = _session->locations()->get_state();
|
||||
_session->add_command (new MementoCommand<Locations>(*(_session->locations()), &before, &after));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue