[bugfix] labels are now drawn correctly after picking an onset
This commit is contained in:
parent
cb5bd7dc09
commit
a383f8c769
@ -505,8 +505,7 @@ class PickDlg(QDialog):
|
||||
self.disconnectPressEvent()
|
||||
self.zoomAction.setEnabled(True)
|
||||
self.selectPhase.setCurrentIndex(-1)
|
||||
self.getPlotWidget().setXLims(self.getXLims())
|
||||
self.getPlotWidget().setYLims(self.getYLims())
|
||||
self.setPlotLabels()
|
||||
|
||||
def drawPicks(self, phase=None):
|
||||
# plotting picks
|
||||
|
Loading…
Reference in New Issue
Block a user