Set session dirty if tracks are reordered by user.

This commit is contained in:
Len Ovens 2016-11-07 08:29:34 -08:00
parent ea10a896c6
commit b63af3162e
2 changed files with 2 additions and 0 deletions

View File

@ -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();
}
}

View File

@ -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();
}
}