corrects default popup menu box type for Fl_Choice (#748)

This commit is contained in:
Matthias Melcher
2023-07-12 13:18:41 +02:00
parent c2cce9cba8
commit 9826b345ac
+1 -1
View File
@@ -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);
}