mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
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:
parent
03f0229bcf
commit
c7affd79c2
6 changed files with 9 additions and 11 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue