[bugfix] plotting pick of lower most channel

This commit is contained in:
Marcel Paffrath 2017-04-20 15:28:43 +02:00
parent 29701ea68b
commit b23228253a
2 changed files with 2 additions and 2 deletions

View File

@ -1154,7 +1154,7 @@ class MainWindow(QMainWindow):
return
# plotting picks
plotID = self.getStationID(station)
if not plotID:
if plotID is None:
return
ax = self.getPlotWidget().axes
ylims = np.array([-.5, +.5]) + plotID

View File

@ -1 +1 @@
bcc5-dirty
29701-dirty