Skip to content

Commit

Permalink
Also handle QgsWkbTypes::Triangle in QgsSymbol::renderFeature
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Oct 4, 2017
1 parent ab82c63 commit de126a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/symbology/qgssymbol.cpp
Expand Up @@ -775,6 +775,7 @@ void QgsSymbol::renderFeature( const QgsFeature &feature, QgsRenderContext &cont
}
break;
case QgsWkbTypes::Polygon:
case QgsWkbTypes::Triangle:
{
QPolygonF pts;
QList<QPolygonF> holes;
Expand Down

0 comments on commit de126a1

Please sign in to comment.