diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-07-12 13:18:41 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-07-12 13:18:48 +0200 |
| commit | 9826b345ac3f6dd138d94b71cacd332c3a3ce2af (patch) | |
| tree | 95babcbd6a5e7713cfb5d47b2d52e5ebf81da36a /src | |
| parent | c2cce9cba86dcc208c9396af994010cd49484988 (diff) | |
corrects default popup menu box type for Fl_Choice (#748)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Choice.cxx | 2 |
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); } |
