From 0a4f78d5b4ee2796d0c3ae4d6917af9e0aad01fb Mon Sep 17 00:00:00 2001 From: nds Date: Wed, 7 Oct 2015 15:05:01 +0300 Subject: [PATCH] Issue #1011 In sketch edition, the cross cursor must be displayed only in the 3D view --- src/PartSet/PartSet_SketcherMgr.cpp | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 src/PartSet/PartSet_SketcherMgr.cpp 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 -- 2.39.2