[apps/shared] Activating Auto zoom resets cursor

Change-Id: Ib815286e1316e20f72b31d3d9206aa032b06eff4
This commit is contained in:
Gabriel Ozouf
2020-10-02 16:31:21 +02:00
committed by Émilie Feral
parent bf76b56f90
commit f0cd0694a6

View File

@@ -295,6 +295,7 @@ bool InteractiveCurveViewController::autoButtonAction() {
m_interactiveRange->setDefault();
m_interactiveRange->setZoomAuto(true);
m_interactiveRange->checkForNormalizedRange();
initCursorParameters();
setCurveViewAsMainView();
}
return m_interactiveRange->zoomAuto();