+ fixes #0001569: Bounding Box of Mesh::Feature in the Gui does not respect the Placement

This commit is contained in:
wmayer
2014-06-02 13:06:14 +02:00
parent 3291233012
commit c31b661004
3 changed files with 3 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ Feature::~Feature()
App::DocumentObjectExecReturn *Feature::execute(void)
{
this->Points.touch();
return App::DocumentObject::StdReturn;
}