mirror of https://github.com/CGAL/cgal
added menu entry for cut plane.
This commit is contained in:
parent
45b22095b0
commit
fe941f657c
|
|
@ -72,6 +72,7 @@
|
|||
<property name="title" >
|
||||
<string>Cut plane</string>
|
||||
</property>
|
||||
<addaction name="actionNone" />
|
||||
<addaction name="actionCutting_plane" />
|
||||
<addaction name="actionSigned_distance_function_to_facets" />
|
||||
<addaction name="actionUnsigned_distance_function_to_facets" />
|
||||
|
|
@ -282,6 +283,11 @@
|
|||
<string>Clear cutting plane</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionNone" >
|
||||
<property name="text" >
|
||||
<string>None</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
|
|
|
|||
Loading…
Reference in New Issue