From 3634c648d0695bb65658daf868f316b349cc0795 Mon Sep 17 00:00:00 2001 From: vsv Date: Mon, 21 May 2018 11:14:53 +0300 Subject: [PATCH] Task 2.5: Colors in the Object Browser --- src/XGUI/XGUI_DataModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2