diff --git a/Fltk/onelabGroup.cpp b/Fltk/onelabGroup.cpp index 897408bd2c6814f218d6baa35dfeca8ffff3ccbc..596ec685e05ad3552277391f6f6a1a7b652705f8 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);