From 4b641f1b3c3192d7d0c75bc4e65665c9269d45d7 Mon Sep 17 00:00:00 2001 From: Sebastian Wehling-Benatelli Date: Tue, 21 Apr 2015 08:21:59 +0200 Subject: [PATCH] reversed polarity in picking mode --- pylot/RELEASE-VERSION | 2 +- pylot/core/util/widgets.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pylot/RELEASE-VERSION b/pylot/RELEASE-VERSION index 3ba07d90..8ef7b6d4 100644 --- a/pylot/RELEASE-VERSION +++ b/pylot/RELEASE-VERSION @@ -1 +1 @@ -043c-dirty +4635-dirty diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index 021615ab..0dcea588 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -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',