Skip to content

Commit

Permalink
STR #1052: Made check buttons readable as well
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4627 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Matthias Melcher committed Nov 2, 2005
1 parent 8979617 commit b128af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fl_Check_Button.cxx
Expand Up @@ -36,5 +36,5 @@ Fl_Check_Button::Fl_Check_Button(int X, int Y, int W, int H, const char *l)
: Fl_Light_Button(X, Y, W, H, l) {
box(FL_NO_BOX);
down_box(FL_DOWN_BOX);
selection_color(FL_SELECTION_COLOR);
selection_color(FL_FOREGROUND_COLOR);
}

0 comments on commit b128af1

Please sign in to comment.