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

Drop-down menu window, don't have a border ? #56

Closed rageworx closed 1 year ago

rageworx commented 1 year ago

image

I don't remember when it changed drop-down menu window (a white listed) to have no border, since when ?

rageworx commented 1 year ago

Default FlMenu() box type is "FL_UP_BOX", but is it really works ? image

And down_box as "NO_BOX"...

rageworx commented 1 year ago

Tested to change box, down_box to other types, it is not works. Which widgets are implements, and what widgets change box type ?

rageworx commented 1 year ago

Tested as this, image

Result : image

Is it right way, all implemented widgets are need to their own drop-down box type for every time ?

rageworx commented 1 year ago

Testing with origin way, FL_UP_BOX , image

Result: image

It must be right drawing for menu item list.

rageworx commented 1 year ago

Fixed in fltk/fltk, https://github.com/fltk/fltk/issues/748