@@ -669,7 +669,7 AcquisitionZoomType VariableController::getZoomType(const SqpRange &range, const | |||
|
669 | 669 | qCDebug(LOG_VariableController()) << "zoomtype: PanLeft"; |
|
670 | 670 | zoomType = AcquisitionZoomType::PanLeft; |
|
671 | 671 | } |
|
672 | else if (range.m_TStart > oldRange.m_TStart && oldRange.m_TEnd > range.m_TEnd) { | |
|
672 | else if (range.m_TStart >= oldRange.m_TStart && oldRange.m_TEnd >= range.m_TEnd) { | |
|
673 | 673 | qCDebug(LOG_VariableController()) << "zoomtype: ZoomIn"; |
|
674 | 674 | zoomType = AcquisitionZoomType::ZoomIn; |
|
675 | 675 | } |
General Comments 0
You need to be logged in to leave comments.
Login now