Set session dirty if tracks are reordered by user.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user