[Summary] Reworked master track behavior according to PRD

This commit is contained in:
GZharun 2014-12-02 16:57:40 +02:00
parent 33349b260d
commit dd78cce7b7
10 changed files with 56 additions and 130 deletions

View file

@ -1725,7 +1725,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void time_selection_changed ();
void update_time_selection_display ();
void track_selection_changed ();
bool non_master_track_selected ();
bool track_selected ();
void output_connection_mode_changed ();
void region_selection_changed ();
sigc::connection editor_regions_selection_changed_connection;