From: nds Date: Wed, 30 Nov 2016 10:39:39 +0000 (+0300) Subject: Issue #1740 The visualization of selected point in the graphic scene is not visible X-Git-Tag: V_2.6.0~36 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b38bb339a84175749f2742d906db858e3377c86b;p=modules%2Fshaper.git Issue #1740 The visualization of selected point in the graphic scene is not visible --- diff --git a/src/PartSet/PartSet_CustomPrs.h b/src/PartSet/PartSet_CustomPrs.h index ac99ab167..f64ed35cd 100755 --- a/src/PartSet/PartSet_CustomPrs.h +++ b/src/PartSet/PartSet_CustomPrs.h @@ -37,8 +37,7 @@ public: /// Returns green color static const std::string OPERATION_RESULT_COLOR() { return "0,225, 0"; } /// Returns color between white and color of highlight - /// highlight color is equal Quantity_Color(0.5,1,1) or QColor(122, 255,255) // 188 - static const std::string OPERATION_HIGHLIGHT_COLOR() { return "188, 255, 255"; } + static const std::string OPERATION_HIGHLIGHT_COLOR() { return "128, 0, 0"; } public: /// Constructor