[Bugfix] Enable locate button as soon as manual picks are available.
This commit is contained in:
parent
92f4ae3923
commit
13666312fa
@ -1431,6 +1431,7 @@ class MainWindow(QMainWindow):
|
|||||||
self.pylot_picks = event.pylot_picks
|
self.pylot_picks = event.pylot_picks
|
||||||
self.drawPicks(picktype='manual')
|
self.drawPicks(picktype='manual')
|
||||||
self.enableSaveManualPicksAction()
|
self.enableSaveManualPicksAction()
|
||||||
|
self.locateEvent.setEnabled(True)
|
||||||
if event.pylot_autopicks:
|
if event.pylot_autopicks:
|
||||||
self.pylot_autopicks = event.pylot_autopicks
|
self.pylot_autopicks = event.pylot_autopicks
|
||||||
self.drawPicks(picktype='auto')
|
self.drawPicks(picktype='auto')
|
||||||
|
@ -1 +1 @@
|
|||||||
a61e-dirty
|
92f4-dirty
|
||||||
|
Loading…
Reference in New Issue
Block a user