13
0

zoom to session now uses the start marker instead of zero

git-svn-id: svn://localhost/trunk/ardour2@434 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2006-03-31 16:16:16 +00:00
parent 9643eb4b23
commit 6f1208036f

View File

@ -1123,7 +1123,7 @@ void
Editor::temporal_zoom_session ()
{
if (session) {
temporal_zoom_by_frame (0, session->current_end_frame(), "zoom to session");
temporal_zoom_by_frame (session->current_start_frame(), session->current_end_frame(), "zoom to session");
}
}