Skip to content

Commit cad4b0c

Browse files
committedJun 19, 2012
fix Define current projection when identical CRSes selected
1 parent 88187f1 commit cad4b0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎python/plugins/fTools/tools/doDefineProj.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ def accept(self):
108108
self.tr("Identical output spatial reference system chosen\n\nAre you sure you want to proceed?"),
109109
QMessageBox.Yes, QMessageBox.No, QMessageBox.NoButton)
110110
if responce == QMessageBox.No:
111+
self.progressBar.setValue(0)
112+
self.buttonOk.setEnabled( True )
111113
return
112114
provider = vLayer.dataProvider()
113115
self.progressBar.setValue(35)

0 commit comments

Comments
 (0)
Please sign in to comment.