We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/Immediate-Mode-UI/Nuklear/blob/master/demo/common/style.c#L5
I paste style code from here
In the nuklear demos it looks like this:
But when I paste it into the demo here it looks like this
Clearly something is going wrong with drawing and applying the styles
The text was updated successfully, but these errors were encountered:
Fix theming incorrect black boxes (fixes RobLoach#42)
44e5e7e
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!
d82a1ca
Merge pull request #43 from redthing1/patch-1
130c447
Fix theming incorrect black boxes (Fixes #42)
No branches or pull requests
https://github.com/Immediate-Mode-UI/Nuklear/blob/master/demo/common/style.c#L5
I paste style code from here
In the nuklear demos it looks like this:
But when I paste it into the demo here it looks like this
Clearly something is going wrong with drawing and applying the styles
The text was updated successfully, but these errors were encountered: