mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Removed title box from menu
This commit is contained in:
@ -154,7 +154,7 @@ public:
|
||||
|
||||
b = new Fl_Box(w/2,h/2,0,0);
|
||||
|
||||
mb = new Fl_Menu_Button (0,0,0,0,"");
|
||||
mb = new Fl_Menu_Button (0,0,0,0);
|
||||
mb->type(Fl_Menu_Button::POPUP3);
|
||||
mb->menu(0);
|
||||
mb->box(FL_NO_BOX);
|
||||
|
Reference in New Issue
Block a user