+ fixes #0001423: Crash on draw on face

This commit is contained in:
wmayer 2014-03-06 09:33:35 +01:00
parent e99daa4417
commit 8e711fc391

View File

@ -3165,8 +3165,6 @@ void ViewProviderSketch::createEditInventorNodes(void)
edit->RootCrossSet = new SoLineSet;
edit->RootCrossSet->setName("RootCrossLineSet");
edit->RootCrossSet->numVertices.set1Value(0,2);
edit->RootCrossSet->numVertices.set1Value(1,2);
crossRoot->addChild(edit->RootCrossSet);
// stuff for the EditCurves +++++++++++++++++++++++++++++++++++++++