summaryrefslogtreecommitdiff
path: root/test/menubar.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-10-13 12:11:16 +0200
committerMatthias Melcher <github@matthiasm.com>2023-10-13 12:11:16 +0200
commit0af27f6fda2479db5ebd27e22d68bd96ac7eb2da (patch)
treed6b99bb7752e2968172b09d3249d0b88c4b9cb66 /test/menubar.cxx
parentd93b991e5c8c5322839def653c042f27aff3d500 (diff)
test/menubar: use popup menu default boxtype
Diffstat (limited to 'test/menubar.cxx')
-rw-r--r--test/menubar.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/menubar.cxx b/test/menubar.cxx
index 947c7054a..034e716e9 100644
--- a/test/menubar.cxx
+++ b/test/menubar.cxx
@@ -251,7 +251,6 @@ int main(int argc, char **argv) {
menus[2] = &ch;
Fl_Menu_Button mb(0,0,WIDTH,400,"&popup");
mb.type(Fl_Menu_Button::POPUP3);
- mb.box(FL_NO_BOX);
mb.menu(menutable);
mb.remove(1); // delete the "File" submenu
mb.callback(test_cb);