[bugfix] draw all picked phases not only the actually picked one

This commit is contained in:
Sebastian Wehling-Benatelli 2015-07-02 10:37:31 +02:00
parent 5e6173b351
commit a5c1f68f03

View File

@ -506,10 +506,9 @@ class PickDlg(QDialog):
oepp=oepp, oepp=oepp,
ompp=ompp, ompp=ompp,
olpp=olpp) olpp=olpp)
self.getPlotWidget().plotWFData(wfdata=self.getWFData(), self.getPlotWidget().plotWFData(wfdata=self.getWFData(),
title=self.getStation()) title=self.getStation())
self.drawPicks(phase) self.drawPicks()
self.disconnectPressEvent() self.disconnectPressEvent()
self.zoomAction.setEnabled(True) self.zoomAction.setEnabled(True)
self.selectPhase.setCurrentIndex(-1) self.selectPhase.setCurrentIndex(-1)