Skip to content
Permalink
Browse files
fix legend refresh
  • Loading branch information
etiennesky committed Nov 29, 2012
1 parent 81f523a commit 63ebe67
Showing 1 changed file with 1 addition and 1 deletion.
@@ -7968,7 +7968,7 @@ void QgisApp::showLayerProperties( QgsMapLayer *ml )
else
{
rlp = new QgsRasterLayerProperties( ml, mMapCanvas, this );
connect( rlp, SIGNAL( refreshLegend( QString, QgsLegendItem::Expansion ) ), mMapLegend, SLOT( refreshLayerSymbology( QString, QgsLegendItem::Expansion ) ) );
connect( rlp, SIGNAL( refreshLegend( QString, bool ) ), mMapLegend, SLOT( refreshLayerSymbology( QString, bool ) ) );
}

rlp->exec();

0 comments on commit 63ebe67

Please sign in to comment.