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 authored and github-actions[bot] committed Aug 17, 2021
1 parent a346a56 commit af490f6
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 af490f6

Please sign in to comment.