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 ee9ab82 commit 0d187bfCopy full SHA for 0d187bf
1 file changed
src/app/qgslabelinggui.cpp
@@ -82,7 +82,7 @@ QgsLabelingGui::QgsLabelingGui( QgsPalLabeling* lbl, QgsVectorLayer* layer, QgsM
82
btnExpression->setEnabled( lyr.enabled );
83
84
//Add the current expression to the bottom of the list.
85
- if (lyr.isExpression and !lyr.fieldName.isEmpty())
+ if (lyr.isExpression && !lyr.fieldName.isEmpty())
86
cboFieldName->addItem(lyr.fieldName);
87
88
// placement
0 commit comments