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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user