Skip to content

Commit

Permalink
Fix #3459 (uncheck feature count)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15114 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Feb 1, 2011
1 parent 890b932 commit 9f66c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/legend/qgslegendlayer.cpp
Expand Up @@ -529,7 +529,7 @@ void QgsLegendLayer::layerNameChanged()

void QgsLegendLayer::updateAfterLayerModification( bool onlyGeomChanged )
{
if ( onlyGeomChanged || !mShowFeatureCount )
if ( onlyGeomChanged )
{
return;
}
Expand Down

0 comments on commit 9f66c06

Please sign in to comment.