changeset 1331:9758dfc12555 zoom

Fix typo that created un-reloadable session file
author Chris Cannam
date Fri, 21 Sep 2018 11:50:15 +0100
parents c1f719094c25
children 6dac67c3ed82
files view/View.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/view/View.cpp	Fri Sep 21 11:50:05 2018 +0100
+++ b/view/View.cpp	Fri Sep 21 11:50:15 2018 +0100
@@ -2618,7 +2618,7 @@
                       "followPan=\"%4\" "
                       "followZoom=\"%5\" "
                       "tracking=\"%6\" "
-                      " %6>\n")
+                      " %7>\n")
         .arg(m_centreFrame)
         .arg(classicZoomValue)
         .arg(deepZoomValue)