Skip to content

Commit bf9b3e3

Browse files
committed
Fix #7969, 'layer source' in vector properties is empty
- Revert part of 6c51965, where setting the line edit field was (accidentally?) removed
1 parent 36d266c commit bf9b3e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/qgsvectorlayerproperties.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ void QgsVectorLayerProperties::syncToLayer( void )
342342
// populate the general information
343343
mLayerOrigNameLineEdit->setText( layer->originalName() );
344344
txtDisplayName->setText( layer->name() );
345+
txtLayerSource->setText( layer->publicSource() );
345346
pbnQueryBuilder->setWhatsThis( tr( "This button opens the query "
346347
"builder and allows you to create a subset of features to display on "
347348
"the map canvas rather than displaying all features in the layer" ) );

0 commit comments

Comments
 (0)