Skip to content

Commit 4e4230b

Browse files
committed
Show field names in geometry generator expression widget
1 parent ab73c03 commit 4e4230b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/symbology-ng/qgssymbollayerv2widget.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -3108,6 +3108,7 @@ QgsGeometryGeneratorSymbolLayerWidget::QgsGeometryGeneratorSymbolLayerWidget( co
31083108
{
31093109
setupUi( this );
31103110
modificationExpressionSelector->setLayer( const_cast<QgsVectorLayer*>( vl ) );
3111+
modificationExpressionSelector->loadFieldNames();
31113112
cbxGeometryType->addItem( QgsApplication::getThemeIcon( "/mIconPolygonLayer.svg" ), tr( "Polygon / MultiPolygon" ), QgsSymbolV2::Fill );
31123113
cbxGeometryType->addItem( QgsApplication::getThemeIcon( "/mIconLineLayer.svg" ), tr( "LineString / MultiLineString" ), QgsSymbolV2::Line );
31133114
cbxGeometryType->addItem( QgsApplication::getThemeIcon( "/mIconPointLayer.svg" ), tr( "Point / MultiPoint" ), QgsSymbolV2::Marker );

0 commit comments

Comments
 (0)