mirror of https://github.com/CGAL/cgal
fix applicable
This commit is contained in:
parent
6e4606f496
commit
e1427409c4
|
|
@ -30,8 +30,8 @@ public:
|
|||
return true;
|
||||
else
|
||||
if (action==actionShuffle &&
|
||||
qobject_cast<Scene_polyhedron_item*>(scene->item(index))
|
||||
||qobject_cast<Scene_surface_mesh_item*>(scene->item(index))
|
||||
(qobject_cast<Scene_polyhedron_item*>(scene->item(index))
|
||||
||qobject_cast<Scene_surface_mesh_item*>(scene->item(index)))
|
||||
)
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue