File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Polyhedron/demo/Polyhedron Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2652,7 +2652,7 @@ QString MainWindow::get_item_stats()
26522652 QString classname = item->property (" classname" ).toString ();
26532653 if (classname.isEmpty ())
26542654 classname = item->metaObject ()->className ();
2655- if (classnames.at (i). contains ( classname) )
2655+ if (classnames.at (i) == classname)
26562656 {
26572657 items[i] << s_item;
26582658 break ;
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ struct Scene_polyhedron_selection_item_priv{
9595 item (parent)
9696 {
9797 filtered_graph = nullptr ;
98- item->setProperty (" classname" , QString (" surface_mesh " ));
98+ item->setProperty (" classname" , QString (" surface_mesh_selection " ));
9999 }
100100
101101 void initializeBuffers (CGAL::Three::Viewer_interface *viewer) const ;
You can’t perform that action at this time.
0 commit comments