Skip to content
Permalink
Browse files
[composer] Fix node based items (line/polygon) ignore exclude
from export setting

Fixes #17086
  • Loading branch information
nyalldawson committed Sep 2, 2017
1 parent aec8cd3 commit 89c38ed
Showing 1 changed file with 5 additions and 0 deletions.
@@ -202,6 +202,11 @@ void QgsComposerNodesItem::paint( QPainter* painter,
if ( !painter )
return;

if ( !shouldDrawItem() )
{
return;
}

painter->save();
painter->setPen( Qt::NoPen );
painter->setBrush( Qt::NoBrush );

0 comments on commit 89c38ed

Please sign in to comment.