mirror of https://github.com/CGAL/cgal
Fix the create_point_set_from_selection operation.
This commit is contained in:
parent
aad7d3996c
commit
bef8bd9d16
|
|
@ -316,8 +316,9 @@ public Q_SLOTS:
|
|||
for(Scene_polyhedron_selection_item::Selection_set_vertex::iterator begin = selection_item->selected_vertices.begin();
|
||||
begin != selection_item->selected_vertices.end(); ++begin) {
|
||||
point_item->point_set()->push_back((*begin)->point());
|
||||
break;
|
||||
}
|
||||
scene->setSelectedItem( scene->addItem(point_item) );
|
||||
break;
|
||||
}
|
||||
//Create Polyline Item from Selected Edges
|
||||
case 1:
|
||||
|
|
|
|||
Loading…
Reference in New Issue