File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
glue_plotly/html_exporters/qt Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -89,11 +89,9 @@ def activate(self):
89
89
config .update (** ax )
90
90
config ["showlegend" ] = len (layers ) > 1
91
91
92
- # worker = Worker(self._export_to_plotly, filename, checked_dictionary, config)
93
- # exp_dialog = export_dialog.ExportDialog(parent=self.viewer)
94
- # worker.result.connect(exp_dialog.close)
95
- # worker.error.connect(exp_dialog.close)
96
- # worker.start()
97
- # exp_dialog.exec_()
98
-
99
- self ._export_to_plotly (filename , checked_dictionary , config )
92
+ worker = Worker (self ._export_to_plotly , filename , checked_dictionary , config )
93
+ exp_dialog = export_dialog .ExportDialog (parent = self .viewer )
94
+ worker .result .connect (exp_dialog .close )
95
+ worker .error .connect (exp_dialog .close )
96
+ worker .start ()
97
+ exp_dialog .exec_ ()
You can’t perform that action at this time.
0 commit comments