From b38bb339a84175749f2742d906db858e3377c86b Mon Sep 17 00:00:00 2001 From: nds Date: Wed, 30 Nov 2016 13:39:39 +0300 Subject: [PATCH] Issue #1740 The visualization of selected point in the graphic scene is not visible --- src/PartSet/PartSet_CustomPrs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.2