mirror of https://github.com/CGAL/cgal
update available operations when selecting boundary edges or inverting selection
This commit is contained in:
parent
d76ba39104
commit
491243a24f
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue