Skip to content

Commit

Permalink
Fix for composer picture not updated (ticket 1288)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@9279 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Sep 7, 2008
1 parent 6b10619 commit 2cdc64d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/composer/qgscomposerpicture.cpp
Expand Up @@ -111,6 +111,7 @@ void QgsComposerPicture::setPictureFile( const QString& path )
{
mMode = SVG;
mDefaultSvgSize = validTestRenderer.defaultSize();
mSvgCacheUpToDate = false;
}
else
{
Expand Down

0 comments on commit 2cdc64d

Please sign in to comment.