Skip to content

Commit 4342e9b

Browse files
committed
Revert "Applied fix for #4283"
This reverts commit 7f3e956.
1 parent c42d70b commit 4342e9b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/core/composer/qgscomposermap.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -360,11 +360,6 @@ void QgsComposerMap::paint( QPainter* painter, const QStyleOptionGraphicsItem* i
360360

361361
void QgsComposerMap::updateCachedImage( void )
362362
{
363-
//If we have a locked layer set then don't reload the map canvas.
364-
if ( mKeepLayerSet )
365-
{
366-
return;
367-
}
368363
syncLayerSet(); //layer list may have changed
369364
mCacheUpdated = false;
370365
cache();

0 commit comments

Comments
 (0)