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
Other
9.17k stars 553 forks source link

Fix for GDI and GDI+ #576

Closed nyaruku closed 1 year ago

nyaruku commented 1 year ago

I don't know why it wasn't like that before

nyaruku commented 1 year ago

Maybe adding SetBkColor(dc, convert_color(cbg)); after SetBkMode() back to maintain the Text Background Color if there is any.

nyaruku commented 1 year ago

Updated PR: Added Fix for GDI+ so that Copy/Paste and Select All the text inside an input widget works now properly.