Merge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into develop

This commit is contained in:
2017-08-16 15:14:15 +02:00
3 changed files with 3 additions and 8 deletions

View File

@@ -1478,6 +1478,7 @@ class MainWindow(QMainWindow):
self.locateEvent.setEnabled(True)
if event.pylot_autopicks:
self.drawPicks(picktype='auto')
if event.pylot_picks and event.pylot_autopicks:
self.compare_action.setEnabled(True)
self.draw()