If it works, it must be one of the easiest fixes. See #1860

git-svn-id: http://svn.osgeo.org/qgis/trunk@11361 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
homann 2009-08-12 21:03:07 +00:00
parent 9d7d1a7ab2
commit 26c8566b65

View File

@ -393,6 +393,8 @@ void QgsLegendLayer::rasterLayerSymbology( QgsRasterLayer* layer )
itemList.push_back( std::make_pair( "", legendpixmap ) );
changeSymbologySettings( layer, itemList );
updateIcon();
}
void QgsLegendLayer::updateIcon()