tekknolagi / full-beans

https://bernsteinbear.com/blog/fenster-microui/
MIT License
166 stars 6 forks source link

Update renderer.c #3

Closed tiagoporsch closed 3 weeks ago

tiagoporsch commented 3 weeks ago

clip_rect must be initialized to the full window, otherwise drawing will not work until a MU_COMMAND_CLIP is issued.

This issue affects specially single-window interfaces, because there's no clipping involved.

akkartik commented 3 weeks ago

Thank you! TIL.

tekknolagi commented 3 weeks ago

Thanks!

tiagoporsch commented 3 weeks ago

Thank you both for this library. Love it!