diff --git a/Polyhedron/demo/Polyhedron/Plugins/PMP/Selection_plugin.cpp b/Polyhedron/demo/Polyhedron/Plugins/PMP/Selection_plugin.cpp index 1281b9b738a..a7b20aeb1b2 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/PMP/Selection_plugin.cpp +++ b/Polyhedron/demo/Polyhedron/Plugins/PMP/Selection_plugin.cpp @@ -285,6 +285,7 @@ public Q_SLOTS: } selection_item->select_boundary(); + filter_operations(); } void on_Add_to_selection_button_clicked() @@ -328,6 +329,7 @@ public Q_SLOTS: return; } selection_item->inverse_selection(); + filter_operations(); } // Isolated component related functions void on_Select_isolated_components_button_clicked() {