From ab058ce01da9172c7c455e93f4263fe9a5fc68fa Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 24 Mar 2015 13:56:37 +0000
Subject: [PATCH]

---
 Fltk/onelabGroup.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Fltk/onelabGroup.cpp b/Fltk/onelabGroup.cpp
index 897408bd2c..596ec685e0 100644
--- a/Fltk/onelabGroup.cpp
+++ b/Fltk/onelabGroup.cpp
@@ -390,7 +390,7 @@ static unsigned char gear_bits[] = {
 onelabGroup::onelabGroup(int x, int y, int w, int h, const char *l)
   : Fl_Group(x,y,w,h,l), _stop(false), _enableTreeWidgetResize(false)
 {
-  int col = CTX::instance()->guiColorScheme ? FL_BACKGROUND2_COLOR : FL_BACKGROUND2_COLOR;
+  int col = FL_BACKGROUND2_COLOR;
   color(col);
 
   box(GMSH_SIMPLE_RIGHT_BOX);
-- 
GitLab