Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[layouts] Correctly show picture path when clicking an existing
picture item

Fixes #44703, fixes #44532
  • Loading branch information
nyalldawson committed Aug 17, 2021
1 parent c38c15d commit 1eca54d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/layout/qgslayoutpicturewidget.cpp
Expand Up @@ -330,6 +330,7 @@ void QgsLayoutPictureWidget::setGuiElementValues()
mAnchorPointComboBox->setEnabled( false );
}

mSvgSelectorWidget->setSvgPath( mPicture->picturePath() );
mSvgSelectorWidget->setSvgParameters( mPicture->svgDynamicParameters() );

updateSvgParamGui( false );
Expand Down

0 comments on commit 1eca54d

Please sign in to comment.