From cfe43c35730de1ba2929562935ff7d6ae3a1d63e Mon Sep 17 00:00:00 2001 From: volaya Date: Sun, 22 Jun 2014 16:50:15 +0200 Subject: [PATCH] fixed #10669 --- python/plugins/processing/gui/AlgorithmExecutionDialog.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/plugins/processing/gui/AlgorithmExecutionDialog.py b/python/plugins/processing/gui/AlgorithmExecutionDialog.py index 2256600f32da..93ea50008a7c 100644 --- a/python/plugins/processing/gui/AlgorithmExecutionDialog.py +++ b/python/plugins/processing/gui/AlgorithmExecutionDialog.py @@ -308,7 +308,6 @@ def resetGUI(self): self.progress.setValue(0) self.runButton.setEnabled(True) self.buttonBox.button(QtGui.QDialogButtonBox.Close).setEnabled(True) - self.buttonBox.button(QtGui.QDialogButtonBox.Cancel).setEnabled(False) def setInfo(self, msg, error=False): if error: