From: vsv Date: Mon, 21 May 2018 08:14:53 +0000 (+0300) Subject: Task 2.5: Colors in the Object Browser X-Git-Tag: EDF_2018-1~33^2~18 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3634c648d0695bb65658daf868f316b349cc0795;p=modules%2Fshaper.git Task 2.5: Colors in the Object Browser --- diff --git a/src/XGUI/XGUI_DataModel.cpp b/src/XGUI/XGUI_DataModel.cpp index df96b1826..640884737 100644 --- a/src/XGUI/XGUI_DataModel.cpp +++ b/src/XGUI/XGUI_DataModel.cpp @@ -53,7 +53,7 @@ /// Returns ResultPart object if the given object is a Part feature /// Otherwise returns NULL -#define SELECTABLE_COLOR QColor(80, 80, 80) +#define SELECTABLE_COLOR QColor(110, 110, 110) #define DISABLED_COLOR QColor(200, 200, 200)