From 5ca3f0f0f9ccdb9fd2301e0b8b7503302c1b83c4 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 14 Aug 2014 17:13:52 -0400 Subject: Made Labels on Windows transparent. --- redo/label_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redo/label_windows.go') diff --git a/redo/label_windows.go b/redo/label_windows.go index a37bc9d..7dc8723 100644 --- a/redo/label_windows.go +++ b/redo/label_windows.go @@ -18,7 +18,7 @@ func finishNewLabel(text string, standalone bool) *label { // SS_NOPREFIX avoids accelerator translation; SS_LEFTNOWORDWRAP clips text past the end // controls are vertically aligned to the top by default (thanks Xeek in irc.freenode.net/#winapi) C.SS_NOPREFIX | C.SS_LEFTNOWORDWRAP, - 0) + C.WS_EX_TRANSPARENT) l := &label{ _hwnd: hwnd, standalone: standalone, -- cgit v1.2.3