small bugfix

This commit is contained in:
Marcel Paffrath 2017-05-19 13:53:58 +02:00
parent e911262c3e
commit f3a96ae200
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -1 +1 @@
cf971-dirty
e911-dirty