mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
Fit Selection (Vertical): if we cant fit all selected tracks, report that to the user. But still fit what we can.
This commit is contained in:
parent
85f27b28be
commit
c8faadee4b
1 changed files with 2 additions and 2 deletions
|
|
@ -8173,8 +8173,8 @@ Editor::fit_tracks (TrackViewList & tracks)
|
|||
if (h < TimeAxisView::preset_height (HeightSmall)) {
|
||||
ArdourMessageDialog msg (_("There are too many tracks to fit in the current window"));
|
||||
msg.run ();
|
||||
/* too small to be displayed */
|
||||
return;
|
||||
/* too small to be displayed, just use smallest possible */
|
||||
h = HeightSmall;
|
||||
}
|
||||
|
||||
undo_visual_stack.push_back (current_visual_state (true));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue