We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b461add commit df73a0fCopy full SHA for df73a0f
python/plugins/processing/gui/AlgorithmDialog.py
@@ -251,10 +251,6 @@ def accept(self):
251
252
self.buttonCancel.setEnabled(False)
253
self.finish(result, context, feedback)
254
- #TODO
255
- #else:
256
- # QApplication.restoreOverrideCursor()
257
- # self.resetGUI()
258
except AlgorithmDialogBase.InvalidParameterValue as e:
259
try:
260
self.buttonBox.accepted.connect(lambda e=e:
0 commit comments