Skip to content

Commit

Permalink
Move "remove_almost_degenerate_faces()" to the correct repair menu (#…
Browse files Browse the repository at this point in the history
…8651)

## Summary of Changes

Fix an action  not being in the correct menu.


![image](https://github.com/user-attachments/assets/3bf28234-3927-4def-9182-a923ce8d10a4)

Not done in #8609 because that PR
targets 5.6.

## Release Management

* Affected package(s): `Lab`
* Issue(s) solved (if any): -
* Feature/Small Feature (if any): -
* License and copyright ownership: no change
  • Loading branch information
sloriot authored Dec 10, 2024
2 parents caf716c + 450e213 commit dfa144d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lab/demo/Lab/Plugins/PMP/Repair_polyhedron_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ class CGAL_Lab_repair_cgal_lab_plugin :
actionAutorefine->setProperty("subMenuName", "Polygon Mesh Processing/Repair/Experimental");
actionNewAutorefine->setProperty("subMenuName", "Polygon Mesh Processing/Repair");
actionAutorefineAndRMSelfIntersections->setProperty("subMenuName", "Polygon Mesh Processing/Repair/Experimental");
actionRemoveNeedlesAndCaps->setProperty("subMenuName", "Polygon Mesh Processing/Repair");
actionSnapBorders->setProperty("subMenuName", "Polygon Mesh Processing/Repair/Experimental");
actionAddBbox->setProperty("subMenuName", "Polygon Mesh Processing");

Expand Down

0 comments on commit dfa144d

Please sign in to comment.