[skip ci] tmp. disable selection when switching to curvature or inspection info modus
This commit is contained in:
@@ -694,6 +694,7 @@ void CmdMeshVertexCurvatureInfo::activated(int)
|
||||
Gui::View3DInventorViewer* viewer = view->getViewer();
|
||||
viewer->setEditing(true);
|
||||
viewer->setRedirectToSceneGraph(true);
|
||||
viewer->setSelectionEnabled(false);
|
||||
viewer->setEditingCursor(QCursor(Gui::BitmapFactory().pixmapFromSvg("mesh_pipette",QSize(32,32)),4,29));
|
||||
viewer->addEventCallback(SoEvent::getClassTypeId(),
|
||||
MeshGui::ViewProviderMeshCurvature::curvatureInfoCallback);
|
||||
|
||||
Reference in New Issue
Block a user