STR #1052: Changed to dot inside the round check box (radio style buttons) to FL_FOREGROUND_COLOR

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4622 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2005-11-02 11:31:33 +00:00
parent 349a1d9034
commit 4517521526
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ Fl_Round_Button::Fl_Round_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_ROUND_DOWN_BOX);
selection_color(FL_BLACK);
selection_color(FL_FOREGROUND_COLOR);
}
//