Sketcher: fix crash when creating a parabola or hyperbola or when using Sketcher_Split

Forum: https://forum.freecad.org/viewtopic.php?t=78543
This commit is contained in:
wmayer
2023-05-23 19:59:54 +02:00
committed by wwmayer
parent 812a20b864
commit 12c20003b3

View File

@@ -75,9 +75,8 @@ void EditModeInformationOverlayCoinConverter::convert(const Part::Geometry * geo
// at this point all calculations relate to ArcOfCircle
calculate<CalculationType::ArcCircleHelper>(geometry, geoid);
addUpdateNode(circleHelper);
} else
assert(false /* Not implemented */);
};
}
}
void EditModeInformationOverlayCoinConverter::addToInfoGroup(SoSwitch * sw) {
infoGroup->addChild(sw);