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 88187f1 commit cad4b0cCopy full SHA for cad4b0c
python/plugins/fTools/tools/doDefineProj.py
@@ -108,6 +108,8 @@ def accept(self):
108
self.tr("Identical output spatial reference system chosen\n\nAre you sure you want to proceed?"),
109
QMessageBox.Yes, QMessageBox.No, QMessageBox.NoButton)
110
if responce == QMessageBox.No:
111
+ self.progressBar.setValue(0)
112
+ self.buttonOk.setEnabled( True )
113
return
114
provider = vLayer.dataProvider()
115
self.progressBar.setValue(35)
0 commit comments