lxn / walk

A Windows GUI toolkit for the Go Programming Language
Other
6.83k stars 884 forks source link

recent commit broke groupbox rendering #739

Closed zx2c4 closed 3 years ago

zx2c4 commented 3 years ago

https://github.com/lxn/walk/commit/97e648c9f710630ce59c4617693baf14dcc103c8 broke rendering of groupboxes, despite the commit message indicating the opposite intention.

Before: image

After: image

What needs to be done to fix this? Does wireguard source need to change, or is this walk commit errant?

CC @lxn

lxn commented 3 years ago

Sorry for the trouble, I hope it's finally fixed now.

zx2c4 commented 3 years ago

Seems to work! Thanks.