Immediate-Mode-UI / Nuklear

A single-header ANSI C immediate mode cross-platform GUI library
https://immediate-mode-ui.github.io/Nuklear/doc/index.html
8.87k stars 536 forks source link

Fix rounding of panels #652

Closed SchelZ closed 2 weeks ago

SchelZ commented 3 weeks ago

example:

nk_style_push_float(ctx, &ctx->style.window.rounding, your_value); nk_begin(...); nk_end(...); nk_style_pop_float(ctx);

image