]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #805 In the sketch presentation, show both the parameter and its value: equal...
authornds <nds@opencascade.com>
Thu, 31 Mar 2016 12:12:39 +0000 (15:12 +0300)
committernds <nds@opencascade.com>
Thu, 31 Mar 2016 12:12:39 +0000 (15:12 +0300)
src/SketcherPrs/SketcherPrs_Tools.cpp

index 922916847c39eb887d43cd2cd958d6cf2a586fba..ab4b33023372d92a1b4d0ebe93ad5ed3590eb418 100644 (file)
@@ -31,7 +31,7 @@
 // it is not possible to use 0x2211 as summ symbol because it is not supported by
 // debian Linux platform
 static const Standard_ExtCharacter MyEmptySymbol(' ');
-static const Standard_ExtCharacter MySigmaSymbol(0x03A3);
+static const Standard_ExtCharacter MySigmaSymbol('=');//0x03A3); // using equal instead of sigma
 
 namespace SketcherPrs_Tools {