rageworx / fltk-custom

A clone of FLTK 1.4.0 for enhance as customized GUI, more functional. This project is belong to https://fltk.org.
https://rageworx.info
Other
8 stars 1 forks source link

Dropdown box no longer boxed ? #53

Open rageworx opened 12 months ago

rageworx commented 12 months ago

As like this, image

Fl_Scheme_Choice drop-down menu has no attributed ? or not boxed ? Only plane box (FL_FLAT?) appears.

rageworx commented 12 months ago

As Fl_Choice.cxx, there's default drawing box type is Fl_Boxtype btype = FL_UP_BOX | FL_DOWN_BOX.

But it doesn't affects even scheme selected GTK+ as like this: image

rageworx commented 12 months ago

Tested with fltk/fltk origin repo, it's same. Maybe is it used to be my example ? https://github.com/rageworx/fltk-cpp-barcode/blob/2cdc7a96f75cc0050c8170bba2844e3116ce9539/src/main.cpp#L419C48-L419C48

image