There was an error while loading. Please reload this page.
1 parent cab2aed commit 370698dCopy full SHA for 370698d
src/libs/vtools/tools/nodeDetails/vnodepoint.cpp
@@ -356,7 +356,7 @@ void VNodePoint::contextMenuEvent(QGraphicsSceneContextMenuEvent *event)
356
actionSecondEdgeRight = angleTypeMenu->addAction(QIcon(), tr("Second edge right angle"));
357
358
// Set checkmark for current Seam Allowance corner type
359
- switch (static_cast<int>(node.GetAngleType()))
+ switch (static_cast<PieceNodeAngle>(node.GetAngleType()))
360
{
361
case (PieceNodeAngle::ByLength):
362
0 commit comments