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 95bc058 commit ae722e7Copy full SHA for ae722e7
src/gui/qgsquickprint.cpp
@@ -403,7 +403,8 @@ void QgsQuickPrint::printMap()
403
{
404
QgsVectorLayer *mypVectorLayer =
405
qobject_cast<QgsVectorLayer *>( mypLayer );
406
- if ( mypVectorLayer )
+ // TODO: add support for symbology-ng renderers
407
+ if ( mypVectorLayer && mypVectorLayer->renderer() )
408
409
QString myLayerName = mypVectorLayer->name();
410
QIcon myIcon;
0 commit comments