Set session dirty if tracks are reordered by user.
This commit is contained in:
parent
ea10a896c6
commit
b63af3162e
@ -1067,6 +1067,7 @@ EditorRoutes::sync_presentation_info_from_treeview ()
|
|||||||
if (change) {
|
if (change) {
|
||||||
DEBUG_TRACE (DEBUG::OrderKeys, "... notify PI change from editor GUI\n");
|
DEBUG_TRACE (DEBUG::OrderKeys, "... notify PI change from editor GUI\n");
|
||||||
_session->notify_presentation_info_change ();
|
_session->notify_presentation_info_change ();
|
||||||
|
_session->set_dirty();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -757,6 +757,7 @@ Mixer_UI::sync_presentation_info_from_treeview ()
|
|||||||
if (change) {
|
if (change) {
|
||||||
DEBUG_TRACE (DEBUG::OrderKeys, "... notify PI change from mixer GUI\n");
|
DEBUG_TRACE (DEBUG::OrderKeys, "... notify PI change from mixer GUI\n");
|
||||||
_session->notify_presentation_info_change ();
|
_session->notify_presentation_info_change ();
|
||||||
|
_session->set_dirty();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user