From 226fbcc3c426c92a50c500c48da0a712b9a2ac25 Mon Sep 17 00:00:00 2001 From: Oliver Bock <oliver.bock@aei.mpg.de> Date: Fri, 16 Sep 2011 17:45:30 +0200 Subject: [PATCH] Removed useless statement that just causes jitter --- src/pulsescopewidget.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pulsescopewidget.cpp b/src/pulsescopewidget.cpp index 7783a59..3e08e42 100644 --- a/src/pulsescopewidget.cpp +++ b/src/pulsescopewidget.cpp @@ -88,8 +88,6 @@ void PulseScopeWidget::drawCurve(const QVector<double>& vector) else { m_path->setPath(pulsePath); } - - fitInView(m_scene.itemsBoundingRect(), Qt::IgnoreAspectRatio); } void PulseScopeWidget::setMarker(double position) { -- GitLab