summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Fl_Round_Button.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Round_Button.cxx b/src/Fl_Round_Button.cxx
index a4c397922..7ea65bfd0 100644
--- a/src/Fl_Round_Button.cxx
+++ b/src/Fl_Round_Button.cxx
@@ -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);
}
//