+ Add pipette icon

This commit is contained in:
wmayer
2014-02-08 16:10:16 +01:00
parent 4e722e2cda
commit 49155648cb
8 changed files with 232 additions and 58 deletions

View File

@@ -1179,7 +1179,7 @@ void CmdMeshEvaluateFacet::activated(int iMsg)
if (view) {
Gui::View3DInventorViewer* viewer = view->getViewer();
viewer->setEditing(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(SoMouseButtonEvent::getClassTypeId(), MeshGui::ViewProviderMeshFaceSet::faceInfoCallback);
}
}