[Bugfix] Enable locate button as soon as manual picks are available.

This commit is contained in:
Ludger Küperkoch 2017-06-30 11:04:49 +02:00
parent 92f4ae3923
commit 13666312fa
2 changed files with 2 additions and 1 deletions

View File

@ -1431,6 +1431,7 @@ class MainWindow(QMainWindow):
self.pylot_picks = event.pylot_picks
self.drawPicks(picktype='manual')
self.enableSaveManualPicksAction()
self.locateEvent.setEnabled(True)
if event.pylot_autopicks:
self.pylot_autopicks = event.pylot_autopicks
self.drawPicks(picktype='auto')

View File

@ -1 +1 @@
a61e-dirty
92f4-dirty