]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #1010 In sketch edition, use the mouse cursor of the cursor theme instead of...
authornds <nds@opencascade.com>
Mon, 5 Oct 2015 08:58:26 +0000 (11:58 +0300)
committernds <nds@opencascade.com>
Mon, 5 Oct 2015 08:58:26 +0000 (11:58 +0300)
Using the standard Qt cursor symbol.

src/PartSet/PartSet_SketcherMgr.cpp

index dc983a46ab911cdb95283782ec37d2125fc610a3..c1a80e4bdca5a275e0fdcae8e02711d7196da3e9 100644 (file)
@@ -920,7 +920,7 @@ void PartSet_SketcherMgr::startNestedSketch(ModuleBase_Operation* theOperation)
 {
   connectToPropertyPanel(true);
   if (isNestedCreateOperation(theOperation))
-    QApplication::setOverrideCursor(QCursor(QIcon(":pictures/button_plus.png").pixmap(20,20)));
+    QApplication::setOverrideCursor(QCursor(Qt::CrossCursor));//QIcon(":pictures/button_plus.png").pixmap(20,20)));
 }
 
 void PartSet_SketcherMgr::stopNestedSketch(ModuleBase_Operation* theOp)