Moved some methods from PartDesign::Body to Part::BodyBase so the SketchObjects will be removed cleanly from the Body when deleted

This commit is contained in:
jrheinlaender
2013-05-04 10:52:54 +04:30
committed by Stefan Tröger
parent 5b3d5e6bd8
commit 02dfb8551d
13 changed files with 77 additions and 62 deletions

View File

@@ -4875,5 +4875,5 @@ bool ViewProviderSketch::onDelete(const std::vector<std::string> &subList)
return false;
}
// if not in edit delete the whole object
return true;
return PartGui::ViewProviderPart::onDelete(subList);
}