Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Minor UI improvements to mesh layer properties dialog, capitalization
fixes
  • Loading branch information
nyalldawson committed Oct 19, 2020
1 parent 6a3cf9d commit ea1e6c1
Show file tree
Hide file tree
Showing 2 changed files with 211 additions and 217 deletions.
9 changes: 0 additions & 9 deletions src/gui/mesh/qgsmeshlayerproperties.cpp
Expand Up @@ -177,15 +177,6 @@ void QgsMeshLayerProperties::syncToLayer()
leDisplayName->setText( mMeshLayer->name() );
whileBlocking( mCrsSelector )->setCrs( mMeshLayer->crs() );

if ( mMeshLayer && mMeshLayer->dataProvider() )
{
mUriLabel->setText( mMeshLayer->dataProvider()->dataSourceUri() );
}
else
{
mUriLabel->setText( tr( "Not assigned" ) );
}

if ( mMeshLayer )
mDatasetGroupTreeWidget->syncToLayer( mMeshLayer );

Expand Down

0 comments on commit ea1e6c1

Please sign in to comment.