Skip to content

Commit

Permalink
If it works, it must be one of the easiest fixes. See #1860
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11361 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
homann committed Aug 12, 2009
1 parent bd4989e commit 7ab47e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/legend/qgslegendlayer.cpp
Expand Up @@ -393,6 +393,8 @@ void QgsLegendLayer::rasterLayerSymbology( QgsRasterLayer* layer )
itemList.push_back( std::make_pair( "", legendpixmap ) );

changeSymbologySettings( layer, itemList );

updateIcon();
}

void QgsLegendLayer::updateIcon()
Expand Down

0 comments on commit 7ab47e1

Please sign in to comment.