Set session dirty if tracks are reordered by user.
[ardour.git] / gtk2_ardour / editor_routes.cc
index 89732537f703dc19b63ad83dd0a72cb92720adad..075242459ede71396019b392a49fadb0c4df08f5 100644 (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();
        }
 }