Skip to content

Commit

Permalink
[Drawing] issue#73 fixed (hoffstadt#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pcothren authored Aug 14, 2020
1 parent d639f0c commit db07f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DearPyGui/src/Core/AppItems/mvDrawing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ namespace Marvel {
if (item->tag == tag && item->getType() == mvDrawingCommandType::DrawBezierCurve)
{
*(mvDrawBezierCurveCommand*)(item) = mvDrawBezierCurveCommand(p1, p2, p3,
convertToModelSpace(p4), color, thickness, segments);
p4, color, thickness, segments);
item->tag = tag;
m_dirty = true;
return;
Expand Down

0 comments on commit db07f5e

Please sign in to comment.