[bugfix] taupy phases lost on plot refresh
This commit is contained in:
parent
f4201c4e2f
commit
9b63c1bb24
@ -1727,7 +1727,7 @@ class PickDlg(QDialog):
|
|||||||
self.arrivalsText.append(ax.text(time_rel, ylims[0], arrival.name, color='0.5'))
|
self.arrivalsText.append(ax.text(time_rel, ylims[0], arrival.name, color='0.5'))
|
||||||
|
|
||||||
def drawArrivalsText(self):
|
def drawArrivalsText(self):
|
||||||
return self.drawArrivals(True)
|
return self.drawArrivals(textOnly=True)
|
||||||
|
|
||||||
def refreshArrivalsText(self, event=None):
|
def refreshArrivalsText(self, event=None):
|
||||||
self.removeArrivalsText()
|
self.removeArrivalsText()
|
||||||
@ -2682,6 +2682,7 @@ class PickDlg(QDialog):
|
|||||||
phase = 'S'
|
phase = 'S'
|
||||||
filter = True
|
filter = True
|
||||||
self.plotWFData(phase=phase, filter=filter)
|
self.plotWFData(phase=phase, filter=filter)
|
||||||
|
self.drawArrivals()
|
||||||
|
|
||||||
def resetZoom(self):
|
def resetZoom(self):
|
||||||
ax = self.multicompfig.axes[0]
|
ax = self.multicompfig.axes[0]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user