From c1818622deecc3b0c84b7f725f260144b4a51130 Mon Sep 17 00:00:00 2001 From: Sebastian Wehling-Benatelli Date: Tue, 23 Jun 2015 13:09:03 +0200 Subject: [PATCH] [bugfix] obsolete plotting command causing the plot to appear differently than desired --- pylot/core/util/widgets.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index 5d571c0d..5af8cf35 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -326,9 +326,6 @@ class PickDlg(QDialog): self.cidmotion = self.connectMotionEvent(self.panMotion) self.cidrelease = self.connectReleaseEvent(self.panRelease) self.cidscroll = self.connectScrollEvent(self.scrollZoom) - self.getPlotWidget().plotWFData(wfdata=self.getWFData(), - title=self.getStation()) - self.drawPicks() def getComponents(self): return self.components