+ implement save() function in PointKernel, fix icon issue in mesh workbench

This commit is contained in:
wmayer
2014-08-06 17:39:15 +02:00
parent 0c2d201396
commit bd64ce3bb7
3 changed files with 7 additions and 33 deletions

View File

@@ -634,7 +634,7 @@ void CmdMeshVertexCurvatureInfo::activated(int iMsg)
Gui::View3DInventorViewer* viewer = view->getViewer();
viewer->setEditing(true);
viewer->setRedirectToSceneGraph(true);
viewer->setEditingCursor(QCursor(Gui::BitmapFactory().pixmap("mesh_pipette"),4,29));
viewer->setEditingCursor(QCursor(Gui::BitmapFactory().pixmapFromSvg("mesh_pipette",QSize(32,32)),4,29));
viewer->addEventCallback(SoEvent::getClassTypeId(),
MeshGui::ViewProviderMeshCurvature::curvatureInfoCallback);
}