mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Merge pull request #5109 from nyalldawson/fix_17086
[composer] Fix node based items (line/polygon) ignore exclude from export setting
This commit is contained in:
commit
56040c41e8
@ -189,6 +189,11 @@ void QgsComposerNodesItem::paint( QPainter *painter,
|
||||
if ( !painter )
|
||||
return;
|
||||
|
||||
if ( !shouldDrawItem() )
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
painter->save();
|
||||
painter->setPen( Qt::NoPen );
|
||||
painter->setBrush( Qt::NoBrush );
|
||||
|
Loading…
x
Reference in New Issue
Block a user