mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
fixed #10669
This commit is contained in:
parent
e24335efe0
commit
cfe43c3573
@ -308,7 +308,6 @@ class AlgorithmExecutionDialog(QtGui.QDialog):
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user