Skip to content

Commit

Permalink
Update legend item's tooltip (useful when SQL subset has changed)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6921 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed May 1, 2007
1 parent 045e4d7 commit 9c49b9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/legend/qgslegendlayer.cpp
Expand Up @@ -215,6 +215,8 @@ void QgsLegendLayer::updateLayerSymbologySettings(const QgsMapLayer* mapLayer)
(*it)->copySymbologySettings(*mapLayer);
}
}
// source might have changed - e.g. other subset
setToolTip(0, mapLayer->publicSource());
}
}

Expand Down

0 comments on commit 9c49b9e

Please sign in to comment.