mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
fix exception when selecting string function
just a typo causing an exception when selecting a string function in query builder dialog
This commit is contained in:
parent
a373f95707
commit
6bfd0fd79e
@ -163,7 +163,7 @@ class QueryBuilderDlg(QDialog):
|
||||
self.ui.functions.setCurrentIndex(0)
|
||||
|
||||
def add_stringfct(self):
|
||||
if self.ui.stringFct.currentIndex() <= 0:
|
||||
if self.ui.stringfct.currentIndex() <= 0:
|
||||
return
|
||||
ag = self.ui.stringfct.currentText()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user