lvgl / lv_port_win_codeblocks

Windows PC simulator project for LVGL embedded GUI Library
MIT License
143 stars 88 forks source link

Buttons are not shown in window header #5

Closed scandermore closed 4 years ago

scandermore commented 4 years ago

When using lvgl 7.0dev, the buttons added to the window header with the function ''' lv_win_add_btn(win, LV_SYMBOL_SETTINGS);
''' are not shown. I have tested my app, and also the lv_ex_win_1 example, and they not show in any of them

Alex

kisvegabor commented 4 years ago

I've just fixed it.

scandermore commented 4 years ago

Thank you!

kisvegabor commented 4 years ago

Thank you for the report too.