From 8b788d3d91aaecf783c5729214d41b1d83e83e8c Mon Sep 17 00:00:00 2001 From: nds Date: Thu, 31 Mar 2016 15:12:39 +0300 Subject: [PATCH] Issue #805 In the sketch presentation, show both the parameter and its value: equal instead of sigma symbol using. --- src/SketcherPrs/SketcherPrs_Tools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.2