Fix clip poly plugin.

This commit is contained in:
Maxime Gimeno 2019-12-19 09:39:14 +01:00
parent 504a3ad0f5
commit 3c91327421
1 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,8 @@ public :
//get the references
this->scene = scene_interface;
this->messages = mi;
plane = NULL;
plane = nullptr;
clipper_item = nullptr;
//creates and link the actions
actionClipPolyhedra = new QAction("Clip Polyhedra With Plane", mw);
actionClipPolyhedra->setProperty("subMenuName","Polygon Mesh Processing/Corefinement");