Skip to content

Commit

Permalink
fix Define current projection when identical CRSes selected
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Jun 19, 2012
1 parent 88187f1 commit cad4b0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/plugins/fTools/tools/doDefineProj.py
Expand Up @@ -108,6 +108,8 @@ def accept(self):
self.tr("Identical output spatial reference system chosen\n\nAre you sure you want to proceed?"),
QMessageBox.Yes, QMessageBox.No, QMessageBox.NoButton)
if responce == QMessageBox.No:
self.progressBar.setValue(0)
self.buttonOk.setEnabled( True )
return
provider = vLayer.dataProvider()
self.progressBar.setValue(35)
Expand Down

0 comments on commit cad4b0c

Please sign in to comment.