We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent d049f94 commit 1cadc25Copy full SHA for 1cadc25
src/core/composer/qgscomposerlegend.cpp
@@ -311,9 +311,9 @@ QgsComposerLegend::Nucleon QgsComposerLegend::drawSymbolItem( QgsComposerLegendI
311
//real symbol height. Can be different from standard height in case of point symbols
312
double realSymbolHeight;
313
314
+#if 0
315
QgsComposerLayerItem* layerItem = dynamic_cast<QgsComposerLayerItem*>( symbolItem->parent() );
316
-#if 0
317
int opacity = 255;
318
if ( layerItem )
319
{
0 commit comments