Skip to content

Commit 288c81f

Browse files
author
jef
committed
fix #2312
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12586 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 4b79f30 commit 288c81f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/legend/qgslegend.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,6 +1055,7 @@ QgsLegendLayer* QgsLegend::readLayerFromXML( QDomElement& childelem, bool& isOpe
10551055

10561056
//set the layer type icon
10571057
ll->updateIcon();
1058+
ll->setToolTip( 0, theMapLayer->publicSource() );
10581059

10591060
// setup connections that will update the layer icons
10601061
if ( qobject_cast<QgsVectorLayer *>( theMapLayer ) )

0 commit comments

Comments
 (0)