Mercurial > hg > svgui
comparison view/View.cpp @ 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 | ab2cafd3a7cb |
comparison
equal
deleted
inserted
replaced
1330:c1f719094c25 | 1331:9758dfc12555 |
---|---|
2616 "zoom=\"%2\" " | 2616 "zoom=\"%2\" " |
2617 "deepZoom=\"%3\" " | 2617 "deepZoom=\"%3\" " |
2618 "followPan=\"%4\" " | 2618 "followPan=\"%4\" " |
2619 "followZoom=\"%5\" " | 2619 "followZoom=\"%5\" " |
2620 "tracking=\"%6\" " | 2620 "tracking=\"%6\" " |
2621 " %6>\n") | 2621 " %7>\n") |
2622 .arg(m_centreFrame) | 2622 .arg(m_centreFrame) |
2623 .arg(classicZoomValue) | 2623 .arg(classicZoomValue) |
2624 .arg(deepZoomValue) | 2624 .arg(deepZoomValue) |
2625 .arg(m_followPan) | 2625 .arg(m_followPan) |
2626 .arg(m_followZoom) | 2626 .arg(m_followZoom) |