Do not override edit cursor with pre-selection

This commit is contained in:
wmayer
2013-04-10 13:57:44 +02:00
parent 2255bdd30b
commit bbfa8bd40b
8 changed files with 43 additions and 41 deletions

View File

@@ -1046,7 +1046,7 @@ void CmdMeshRemoveCompByHand::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(Qt::OpenHandCursor));
viewer->addEventCallback(SoMouseButtonEvent::getClassTypeId(), MeshGui::ViewProviderMeshFaceSet::markPartCallback);
}
}