diff --git a/QtPyLoT.py b/QtPyLoT.py index ff9da97a..0abc2d0d 100755 --- a/QtPyLoT.py +++ b/QtPyLoT.py @@ -1289,7 +1289,7 @@ class MainWindow(QMainWindow): self.tap.show() def update_autopicker(self): - for key in self.fig_dict.keys(): + for key in self.fig_keys: self.canvas_dict[key] = FigureCanvas(self.fig_dict[key]) self.tap.fill_tabs(picked=True) diff --git a/pylot/RELEASE-VERSION b/pylot/RELEASE-VERSION index 473bb143..8804eb83 100644 --- a/pylot/RELEASE-VERSION +++ b/pylot/RELEASE-VERSION @@ -1 +1 @@ -cf971-dirty +e911-dirty