[Summary] Track header selection will make session dirty

This commit is contained in:
GZharun 2015-01-20 13:56:32 +02:00
parent e9b8806318
commit a0da0aeab9

View file

@ -1112,6 +1112,9 @@ Editor::track_selection_changed ()
// check if we should enable track selectin sensitive actions
ActionManager::set_sensitive (ActionManager::track_selection_sensitive_actions, track_selected() );
/* make session dirty */
set_session_dirty ();
/* notify control protocols */
ControlProtocol::TrackSelectionChanged (routes);
}