[Summary] Added menu item "Delete selected tracks". Refactoring of the RouteUI::remove_this_route(). Bug fix in top bar (set menu items "Move this track up/down" not selectable in case of Master was selected).

[Reviewed] GZharun
This commit is contained in:
nikolay 2014-08-13 11:21:11 +03:00
parent 7a410d5a45
commit 6270ee768f
8 changed files with 67 additions and 45 deletions

View file

@ -1696,6 +1696,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 ();
void output_connection_mode_changed ();
void region_selection_changed ();
sigc::connection editor_regions_selection_changed_connection;