Fix the create_point_set_from_selection operation.

This commit is contained in:
Maxime Gimeno 2016-06-14 10:41:18 +02:00
parent aad7d3996c
commit bef8bd9d16
1 changed files with 2 additions and 1 deletions

View File

@ -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: