mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 11:26:11 +00:00
corrected a small bug in the curvature decoration activation
This commit is contained in:
parent
e0f8b49d00
commit
bb14e81a9a
@ -465,7 +465,7 @@ bool ExtraMeshDecoratePlugin::StartDecorate(QAction * action, MeshModel &m, GLAr
|
||||
}
|
||||
if( ID(action) == DP_SHOW_VERT_PRINC_CURV_DIR )
|
||||
{
|
||||
if(m.hasDataMask(MeshModel::MM_VERTCURVDIR)) return false;
|
||||
if(!m.hasDataMask(MeshModel::MM_VERTCURVDIR)) return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user