Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
refresh picture after setting params
  • Loading branch information
3nids committed May 11, 2021
1 parent 8579561 commit f4354bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/layout/qgslayoutitempicture.cpp
Expand Up @@ -647,6 +647,7 @@ void QgsLayoutItemPicture::setSvgDynamicParameters( const QMap<QString, QgsPrope
variantParameters.insert( it.key(), it.value().toVariant() );

mCustomProperties.setValue( QStringLiteral( "svg-dynamic-parameters" ), variantParameters );
refreshPicture();
}

void QgsLayoutItemPicture::shapeChanged()
Expand Down

0 comments on commit f4354bc

Please sign in to comment.