mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Set session dirty if tracks are reordered by user.
This commit is contained in:
parent
ea10a896c6
commit
b63af3162e
2 changed files with 2 additions and 0 deletions
|
|
@ -1067,6 +1067,7 @@ EditorRoutes::sync_presentation_info_from_treeview ()
|
|||
if (change) {
|
||||
DEBUG_TRACE (DEBUG::OrderKeys, "... notify PI change from editor GUI\n");
|
||||
_session->notify_presentation_info_change ();
|
||||
_session->set_dirty();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -757,6 +757,7 @@ Mixer_UI::sync_presentation_info_from_treeview ()
|
|||
if (change) {
|
||||
DEBUG_TRACE (DEBUG::OrderKeys, "... notify PI change from mixer GUI\n");
|
||||
_session->notify_presentation_info_change ();
|
||||
_session->set_dirty();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue