mirror of https://github.com/CGAL/cgal
Fix clip poly plugin.
This commit is contained in:
parent
504a3ad0f5
commit
3c91327421
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue