From 828498bbabcc089df9284544d516bc18d7900148 Mon Sep 17 00:00:00 2001 From: Guido Ranzuglia granzuglia Date: Mon, 17 Sep 2012 13:49:45 +0000 Subject: [PATCH] - removed class faceColoring from select faces by color --- src/meshlabplugins/filter_select/meshselect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshlabplugins/filter_select/meshselect.cpp b/src/meshlabplugins/filter_select/meshselect.cpp index 51a357388..1dd59f4c4 100644 --- a/src/meshlabplugins/filter_select/meshselect.cpp +++ b/src/meshlabplugins/filter_select/meshselect.cpp @@ -413,7 +413,7 @@ MeshFilterInterface::FilterClass SelectionFilterPlugin::getClass(QAction *action return FilterClass(MeshFilterInterface::Selection + MeshFilterInterface::Cleaning);; case CP_SELECT_TEXBORDER : return FilterClass(MeshFilterInterface::Selection + MeshFilterInterface::Texture); - case FP_SELECT_BY_COLOR : return FilterClass(MeshFilterInterface::Selection + MeshFilterInterface::FaceColoring); + case FP_SELECT_BY_COLOR : return FilterClass(MeshFilterInterface::Selection); case FP_SELECT_BY_FACE_QUALITY : return FilterClass(MeshFilterInterface::Selection + MeshFilterInterface::Quality); case FP_SELECT_BY_VERT_QUALITY : return FilterClass(MeshFilterInterface::Selection + MeshFilterInterface::Quality); case FP_SELECTBYANGLE :