diff --git a/QtPyLoT.py b/QtPyLoT.py index 63fa0c8f..8c854220 100755 --- a/QtPyLoT.py +++ b/QtPyLoT.py @@ -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') diff --git a/pylot/RELEASE-VERSION b/pylot/RELEASE-VERSION index 48ce07f9..152aa654 100644 --- a/pylot/RELEASE-VERSION +++ b/pylot/RELEASE-VERSION @@ -1 +1 @@ -a61e-dirty +92f4-dirty