We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eba774c commit ed7d705Copy full SHA for ed7d705
1 file changed
activity_browser/layouts/tabs/LCA_results_tabs.py
@@ -1154,6 +1154,7 @@ def update_plot(self):
1154
self.plot.figure.clf()
1155
# name is already altered by set_filename before update_plot occurs.
1156
name = self.plot.plot_name
1157
+ self.plot.setVisible(False)
1158
self.plot.deleteLater()
1159
self.plot = ContributionPlot(self)
1160
self.pt_layout.insertWidget(idx, self.plot)
0 commit comments