From: Tom Date: Mon, 24 Aug 2009 00:52:33 +0000 (-0400) Subject: Fixing time domain plot zoomer. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=be85d95e41ba883746ad109fa3eb9d280e74a4f8;p=debian%2Fgnuradio Fixing time domain plot zoomer. --- diff --git a/gr-utils/src/python/gr_filter_design.py b/gr-utils/src/python/gr_filter_design.py index 28afacf0..cce04c88 100755 --- a/gr-utils/src/python/gr_filter_design.py +++ b/gr-utils/src/python/gr_filter_design.py @@ -290,8 +290,7 @@ class gr_plot_filter(QtGui.QMainWindow): ymin, ymax) # Set the zoomer base to unzoom to the new axis - rect = Qt.QRectF(0, ymin, (ntaps-0), (ymax-ymin)) - self.timeZoomer.setZoomBase(rect) + self.timeZoomer.setZoomBase() self.gui.timePlot.replot()