Skip to content

Commit

Permalink
Revert "Applied fix for #4283"
Browse files Browse the repository at this point in the history
This reverts commit 7f3e956.
  • Loading branch information
timlinux committed Sep 29, 2011
1 parent c42d70b commit 4342e9b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/core/composer/qgscomposermap.cpp
Expand Up @@ -360,11 +360,6 @@ void QgsComposerMap::paint( QPainter* painter, const QStyleOptionGraphicsItem* i

void QgsComposerMap::updateCachedImage( void )
{
//If we have a locked layer set then don't reload the map canvas.
if ( mKeepLayerSet )
{
return;
}
syncLayerSet(); //layer list may have changed
mCacheUpdated = false;
cache();
Expand Down

0 comments on commit 4342e9b

Please sign in to comment.