tailscale / walk

A Windows GUI toolkit for the Go Programming Language
Other
32 stars 5 forks source link

container.go, customwidget.go: add WM_PRINTCLIENT handler to containe… #89

Closed dblohm7 closed 1 month ago

dblohm7 commented 2 months ago

…r and clean up the one in CustomWidget

I didn't like the way that CustomWidget sent a fake WM_PAINT; I replaced that with a method.

Fixes https://github.com/tailscale/walk/issues/80