# HG changeset patch # User Chris Cannam # Date 1537527015 -3600 # Node ID 9758dfc125555fc3cd39af93d1194f4a6f7067a9 # Parent c1f719094c251b2b3219ce8601f09fc58b59f97d Fix typo that created un-reloadable session file diff -r c1f719094c25 -r 9758dfc12555 view/View.cpp --- 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)