Skip to content

Commit

Permalink
Merge branch 'develop' into fix-autoscroll-with-delay
Browse files Browse the repository at this point in the history
  • Loading branch information
slspencer authored Nov 16, 2024
2 parents f0385c7 + 4cd6744 commit d897683
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/vformat/svg_generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ void SvgGenerator::addSvgFromScene(QGraphicsScene *scene)
svgGenerator.setSize(m_paper->rect().size().toSize());
svgGenerator.setViewBox(m_paper->rect());
svgGenerator.setTitle(QObject::tr("Pattern"));
svgGenerator.setDescription(m_description);
svgGenerator.setResolution(m_resolution);

QPainter painter;
Expand Down

0 comments on commit d897683

Please sign in to comment.