Skip to content

Commit 2cdc64d

Browse files
author
mhugent
committed
Fix for composer picture not updated (ticket 1288)
git-svn-id: http://svn.osgeo.org/qgis/trunk@9279 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 6b10619 commit 2cdc64d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/composer/qgscomposerpicture.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ void QgsComposerPicture::setPictureFile( const QString& path )
111111
{
112112
mMode = SVG;
113113
mDefaultSvgSize = validTestRenderer.defaultSize();
114+
mSvgCacheUpToDate = false;
114115
}
115116
else
116117
{

0 commit comments

Comments
 (0)