From 14eae498e59aea5927bd7e580df847176b2b8905 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Wed, 15 Feb 2023 11:19:04 -0700 Subject: [PATCH] Credit Andrew fix of Viewer clip/Open EDL crash --- cinelerra-5.1/cinelerra/localsession.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cinelerra-5.1/cinelerra/localsession.C b/cinelerra-5.1/cinelerra/localsession.C index 96e0894b..c8428abd 100644 --- a/cinelerra-5.1/cinelerra/localsession.C +++ b/cinelerra-5.1/cinelerra/localsession.C @@ -74,8 +74,8 @@ LocalSession::LocalSession(EDL *edl) preview_start = 0; preview_end = -1; zoom_sample = DEFAULT_ZOOM_TIME; zoom_y = 0; - zoom_atrack = 0; - zoom_vtrack = 0; + zoom_atrack = 64; + zoom_vtrack = 64; x_pane = y_pane = -1; gang_tracks = GANG_NONE; -- 2.26.2