fix_4283.patch

Nathan Woodrow, 2011-09-14 03:44 PM

Download (929 Bytes)

View differences:

src/core/composer/qgscomposermap.cpp
360 360

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