From 491243a24f1acd0ed9a5a12e245f11f43bf24df1 Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Thu, 8 Mar 2018 12:13:14 +0100 Subject: [PATCH] update available operations when selecting boundary edges or inverting selection --- Polyhedron/demo/Polyhedron/Plugins/PMP/Selection_plugin.cpp | 2 ++ 1 file changed, 2 insertions(+) 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() {