[bugfix] draw all picked phases not only the actually picked one
This commit is contained in:
parent
5e6173b351
commit
a5c1f68f03
@ -506,10 +506,9 @@ class PickDlg(QDialog):
|
||||
oepp=oepp,
|
||||
ompp=ompp,
|
||||
olpp=olpp)
|
||||
|
||||
self.getPlotWidget().plotWFData(wfdata=self.getWFData(),
|
||||
title=self.getStation())
|
||||
self.drawPicks(phase)
|
||||
self.drawPicks()
|
||||
self.disconnectPressEvent()
|
||||
self.zoomAction.setEnabled(True)
|
||||
self.selectPhase.setCurrentIndex(-1)
|
||||
|
Loading…
Reference in New Issue
Block a user