Skip to content
Snippets Groups Projects
Commit ab058ce0 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent 22d5dca1
Branches
Tags
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment