[fixes #210] missing paranthesis in function call
This commit is contained in:
parent
1b17842f63
commit
300ff9215b
@ -650,7 +650,7 @@ class MainWindow(QMainWindow):
|
|||||||
data[type] += Data(self, evtdata=fname)
|
data[type] += Data(self, evtdata=fname)
|
||||||
if not loc:
|
if not loc:
|
||||||
self.updatePicks(type=type)
|
self.updatePicks(type=type)
|
||||||
if self.get_current_event.picks:
|
if self.get_current_event().picks:
|
||||||
self.plotWaveformDataThread()
|
self.plotWaveformDataThread()
|
||||||
self.drawPicks(picktype=type)
|
self.drawPicks(picktype=type)
|
||||||
self.draw()
|
self.draw()
|
||||||
|
@ -1 +1 @@
|
|||||||
0717-dirty
|
1b17-dirty
|
||||||
|
Loading…
Reference in New Issue
Block a user