We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 8c8a43b commit 0121225Copy full SHA for 0121225
src/core/mesh/qgsmeshlayer.cpp
@@ -1436,7 +1436,7 @@ QgsMeshRendererSettings QgsMeshLayer::accordSymbologyWithGroupName( const QgsMes
1436
1437
if ( !activeScalarName.isEmpty() )
1438
consistentSettings.setActiveScalarDatasetGroup( mDatasetGroupStore->indexFromGroupName( activeScalarName ) );
1439
- if ( activeVectorName.isEmpty() )
+ if ( !activeVectorName.isEmpty() )
1440
consistentSettings.setActiveVectorDatasetGroup( mDatasetGroupStore->indexFromGroupName( activeVectorName ) );
1441
1442
return consistentSettings;
0 commit comments