summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Fl_Choice.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Choice.cxx b/src/Fl_Choice.cxx
index 8646368d3..66bd57ab6 100644
--- a/src/Fl_Choice.cxx
+++ b/src/Fl_Choice.cxx
@@ -148,7 +148,7 @@ Fl_Choice::Fl_Choice(int X, int Y, int W, int H, const char *L)
align(FL_ALIGN_LEFT);
when(FL_WHEN_RELEASE);
textfont(FL_HELVETICA);
- box(FL_FLAT_BOX);
+ box(FL_UP_BOX);
down_box(FL_BORDER_BOX);
}