Skip to content

Commit

Permalink
+ fixes #1423: Crash on draw on face
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Mar 6, 2014
1 parent e99daa4 commit 8e711fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Mod/Sketcher/Gui/ViewProviderSketch.cpp
Expand Up @@ -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 +++++++++++++++++++++++++++++++++++++++
Expand Down

0 comments on commit 8e711fc

Please sign in to comment.