FEM Post: Fix cutter error and "remove crashs"

This commit is contained in:
Stefan Tröger
2016-01-01 21:03:35 +01:00
committed by wmayer
parent e801be0ccd
commit 53312d2d10
6 changed files with 11 additions and 8 deletions

View File

@@ -157,7 +157,7 @@ ViewProviderFemPostFunction::~ViewProviderFemPostFunction()
m_geometrySeperator->unref();
m_manip->unref();
m_scale->unref();
m_transform->unref();
//transfom us unrefed when it is replaced by the dragger
}
void ViewProviderFemPostFunction::attach(App::DocumentObject *pcObj)
@@ -492,8 +492,6 @@ ViewProviderFemPostSphereFunction::ViewProviderFemPostSphereFunction() {
}
ViewProviderFemPostSphereFunction::~ViewProviderFemPostSphereFunction() {
m_sphereNode->unref();
}
SoTransformManip* ViewProviderFemPostSphereFunction::setupManipulator() {