RobLoach / raylib-nuklear

Nuklear immediate mode GUI for raylib
https://robloach.github.io/raylib-nuklear/
zlib License
141 stars 19 forks source link

Fix theming incorrect black boxes (Fixes #42) #43

Closed redthing1 closed 1 year ago

redthing1 commented 1 year ago

See several other backends:

https://github.com/Immediate-Mode-UI/Nuklear/blob/master/demo/sdl2surface_rawfb/sdl2surface_rawfb.h#L1049 https://github.com/Immediate-Mode-UI/Nuklear/blob/60c52adfafceb478e9fee571a23e453c0c3df062/demo/wayland_rawfb/nuklear_raw_wayland.h#L825 https://github.com/Immediate-Mode-UI/Nuklear/blob/24912785b7554157dcb42fbb4c8fa9491bc98b07/demo/allegro5/nuklear_allegro5.h#L283

Text background a box is not drawn!

RobLoach commented 1 year ago

Good catch! Thanks a lot :+1: