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 f5aca96 commit 2feacbcCopy full SHA for 2feacbc
python/plugins/fTools/tools/doRandom.py
@@ -60,6 +60,7 @@ def accept(self):
60
self.buttonOk.setEnabled( False )
61
if self.inShape.currentText() == "":
62
QMessageBox.information(self, self.tr("Random Selection Tool"), self.tr("No input shapefile specified"))
63
+ return
64
else:
65
self.progressBar.setValue(10)
66
inName = self.inShape.currentText()
0 commit comments