update available operations when selecting boundary edges or inverting selection

This commit is contained in:
Maxime Gimeno 2018-03-08 12:13:14 +01:00
parent d76ba39104
commit 491243a24f
1 changed files with 2 additions and 0 deletions

View File

@ -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() {