Skip to content

Commit

Permalink
Fix building on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
AdelKS committed Jun 23, 2024
1 parent 085947e commit cac3db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GraphDraw/mathobjectdraw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ void MathObjectDraw::drawOneSequence(int i, int width)
return;

painter.drawPoint(
QPointF(viewMapper.to<zg::plane::pixel>(zg::point{.x = real_x, .y = y})));
QPointF(viewMapper.to<zg::plane::pixel>(zg::real_pt{.x = real_x, .y = y})));
}
}
}
Expand Down

0 comments on commit cac3db1

Please sign in to comment.