Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix indent
  • Loading branch information
nicogodet authored and github-actions[bot] committed Aug 25, 2021
1 parent 4548717 commit 66e5a2c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/gui/layout/qgslayoutpicturewidget.cpp
Expand Up @@ -320,15 +320,15 @@ void QgsLayoutPictureWidget::setGuiElementValues()
}

switch ( mPicture->mode() )
{
case QgsLayoutItemPicture::FormatSVG:
case QgsLayoutItemPicture::FormatUnknown:
mRadioSVG->setChecked( true );
break;
case QgsLayoutItemPicture::FormatRaster:
mRadioRaster->setChecked( true );
break;
}
{
case QgsLayoutItemPicture::FormatSVG:
case QgsLayoutItemPicture::FormatUnknown:
mRadioSVG->setChecked( true );
break;
case QgsLayoutItemPicture::FormatRaster:
mRadioRaster->setChecked( true );
break;
}

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

0 comments on commit 66e5a2c

Please sign in to comment.