mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 23:47:39 +01:00
[Summary] Track header selection will make session dirty
This commit is contained in:
parent
e9b8806318
commit
a0da0aeab9
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue