From: nds Date: Wed, 7 Oct 2015 12:05:01 +0000 (+0300) Subject: Issue #1011 In sketch edition, the cross cursor must be displayed only in the 3D... X-Git-Tag: V_2.0.0_alfa1~58 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0a4f78d5b4ee2796d0c3ae4d6917af9e0aad01fb;p=modules%2Fshaper.git Issue #1011 In sketch edition, the cross cursor must be displayed only in the 3D view --- diff --git a/src/PartSet/PartSet_SketcherMgr.cpp b/src/PartSet/PartSet_SketcherMgr.cpp old mode 100644 new mode 100755 index b1fd51d51..1d7a0eaf8 --- a/src/PartSet/PartSet_SketcherMgr.cpp +++ b/src/PartSet/PartSet_SketcherMgr.cpp @@ -208,6 +208,7 @@ void PartSet_SketcherMgr::onEnterViewPort() return; QApplication::setOverrideCursor(QCursor(Qt::CrossCursor));//QIcon(":pictures/button_plus.png").pixmap(20,20))); + operationMgr()->onValidateOperation(); // we need change displayed state of the current operation feature