Skip to content

Commit 91296f6

Browse files
author
mhugent
committedFeb 1, 2011
Fix #3459 (uncheck feature count)
git-svn-id: http://svn.osgeo.org/qgis/trunk@15114 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8a63747 commit 91296f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/legend/qgslegendlayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ void QgsLegendLayer::layerNameChanged()
529529

530530
void QgsLegendLayer::updateAfterLayerModification( bool onlyGeomChanged )
531531
{
532-
if ( onlyGeomChanged || !mShowFeatureCount )
532+
if ( onlyGeomChanged )
533533
{
534534
return;
535535
}

0 commit comments

Comments
 (0)