[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.disconnectPressEvent()
|
||||||
self.zoomAction.setEnabled(True)
|
self.zoomAction.setEnabled(True)
|
||||||
self.selectPhase.setCurrentIndex(-1)
|
self.selectPhase.setCurrentIndex(-1)
|
||||||
self.getPlotWidget().setXLims(self.getXLims())
|
self.setPlotLabels()
|
||||||
self.getPlotWidget().setYLims(self.getYLims())
|
|
||||||
|
|
||||||
def drawPicks(self, phase=None):
|
def drawPicks(self, phase=None):
|
||||||
# plotting picks
|
# plotting picks
|
||||||
|
Loading…
Reference in New Issue
Block a user