From: nds Date: Thu, 31 Mar 2016 12:12:39 +0000 (+0300) Subject: Issue #805 In the sketch presentation, show both the parameter and its value: equal... X-Git-Tag: V_2.3.0~355 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8b788d3d91aaecf783c5729214d41b1d83e83e8c;p=modules%2Fshaper.git Issue #805 In the sketch presentation, show both the parameter and its value: equal instead of sigma symbol using. --- diff --git a/src/SketcherPrs/SketcherPrs_Tools.cpp b/src/SketcherPrs/SketcherPrs_Tools.cpp index 922916847..ab4b33023 100644 --- a/src/SketcherPrs/SketcherPrs_Tools.cpp +++ b/src/SketcherPrs/SketcherPrs_Tools.cpp @@ -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 {