Wrong fill rule for detail.
--HG-- branch : develop
This commit is contained in:
parent
c66439ba7a
commit
b5afc2192d
|
@ -232,6 +232,7 @@ QPainterPath VContainer::ContourPath(qint64 idDetail) const{
|
|||
}
|
||||
path.lineTo(points[0]);
|
||||
path.addPath(ekv);
|
||||
path.setFillRule(Qt::WindingFill);
|
||||
return path;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user