Skip to content

Commit

Permalink
fix FS#2243 - Graphics View: rendering of splines with line pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
qcad committed May 24, 2021
1 parent 5867fdb commit f645020
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/RGraphicsSceneQt.cpp
Expand Up @@ -462,6 +462,7 @@ void RGraphicsSceneQt::exportSpline(const RSpline& spline, double offset) {
bool created = beginPath();

RGraphicsScene::exportSpline(spline, offset);
currentPainterPath.setPolylineGen(true);

if (created) {
endPath();
Expand Down

0 comments on commit f645020

Please sign in to comment.