From 22e8d1d280f5f8d7bea9c9083fc8e5adf978ae4c Mon Sep 17 00:00:00 2001 From: Ray Lehtiniemi Date: Sun, 5 Apr 2009 23:53:37 +0000 Subject: [PATCH] Restore m_zoneStart from zonein when loading a document Signed-off-by: Ray Lehtiniemi svn path=/trunk/kdenlive/; revision=3230 --- src/kdenlivedoc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kdenlivedoc.cpp b/src/kdenlivedoc.cpp index d81e705d..1c373d81 100644 --- a/src/kdenlivedoc.cpp +++ b/src/kdenlivedoc.cpp @@ -109,6 +109,7 @@ KdenliveDoc::KdenliveDoc(const KUrl &url, const KUrl &projectFolder, QUndoGroup } m_startPos = infoXml.attribute("position").toInt(); m_zoom = infoXml.attribute("zoom", "7").toInt(); + m_zoneStart = infoXml.attribute("zonein", "0").toInt(); m_zoneEnd = infoXml.attribute("zoneout", "100").toInt(); setProfilePath(profilePath); -- 2.39.2