reversed polarity in picking mode

This commit is contained in:
2015-04-21 08:21:59 +02:00
parent 463535f01a
commit 4b641f1b3c
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
043c-dirty
4635-dirty

View File

@@ -478,7 +478,7 @@ class PickDlg(QDialog):
x_res /= 2
zoomx = [ini_pick - x_res, ini_pick + x_res]
zoomy = [noiselevel * 1.5, -noiselevel * 1.5]
zoomy = [-noiselevel * 1.5, noiselevel * 1.5]
self.getPlotWidget().plotWFData(wfdata=wfdata,
title=self.getStation() +
' picking mode',