make zoom rect extend to cover all tracks, no matter when added

git-svn-id: svn://localhost/ardour2/trunk@1422 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2007-02-03 22:08:23 +00:00
parent 68a690b403
commit 29c378eecc
2 changed files with 3 additions and 0 deletions

View File

@ -266,6 +266,8 @@ Editor::redisplay_route_list ()
}
full_canvas_height = position;
/* make sure the cursors stay on top of every newly added track */
cursor_group->raise_to_top ();

View File

@ -599,3 +599,4 @@ short_path (ustring path, uint32_t target_characters)
}
}