remove track-selection requirement so fit_selected_tracks works as coded. change name to fit-selection. remove action to zoom (both axes) because this can trivially be accomplished by clicking (f)it and (z)oom sequentially, and it frees a keybinding. remaining bug: Fitting a selection of MIDI regions doesnt work right

This commit is contained in:
Ben Loftis 2015-01-11 11:46:36 -06:00
parent 03f0229bcf
commit c7affd79c2
6 changed files with 9 additions and 11 deletions

View file

@ -2129,7 +2129,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
RhythmFerret* rhythm_ferret;
void fit_tracks (TrackViewList &);
void fit_selected_tracks ();
void fit_selection ();
void set_track_height (Height);
void remove_tracks ();