cnjinhao / nana

a modern C++ GUI library
https://nana.acemind.cn
Boost Software License 1.0
2.3k stars 331 forks source link

Fixed a problem that borderless was not applied to buttons #615

Closed JannLee closed 3 years ago

JannLee commented 3 years ago

test code

btn.transparent(true).edge_effects(false).enable_focus_color(false).borderless(true);
btn.transparent(true).edge_effects(false).enable_focus_color(false).borderless(false);
cnjinhao commented 3 years ago

Thanks for your PR!