[bugfix] in tuneautopicker

This commit is contained in:
Marcel Paffrath 2017-08-11 10:24:25 +02:00
parent 9b97937049
commit 7846e1303a

View File

@ -2248,7 +2248,7 @@ class TuneAutopicker(QWidget):
else:
self.disable_autopickTabs()
try:
main_fig.tight_layout()
self.fig_dict['main_fig'].tight_layout()
except:
pass
self.figure_tabs.setCurrentIndex(0)