zoom to session now uses the start marker instead of zero
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 31 Mar 2006 16:16:16 +0000 (16:16 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 31 Mar 2006 16:16:16 +0000 (16:16 +0000)
git-svn-id: svn://localhost/trunk/ardour2@434 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/editor_ops.cc

index ba40d63fe79c672266ae7d24e17d6d2fe5b74755..d5a87594c30157b668f81adc193ccf4abbcef8d2 100644 (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");
        }
 }