From b5abbebf0ba6f01a95b79c10dde95c7fdbbff809 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 25 Jun 2014 12:20:59 -0400 Subject: Implemented new label behavior on Windows. --- sysdata_windows.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysdata_windows.go') diff --git a/sysdata_windows.go b/sysdata_windows.go index 317840a..caac1c1 100644 --- a/sysdata_windows.go +++ b/sysdata_windows.go @@ -89,6 +89,8 @@ var classTypes = [nctypes]*classData{ // controls are vertically aligned to the top by default (thanks Xeek in irc.freenode.net/#winapi) style: _SS_NOPREFIX | _SS_LEFTNOWORDWRAP | controlstyle, xstyle: 0 | controlxstyle, + // MAKE SURE THIS IS THE SAME + altStyle: _SS_NOPREFIX | _SS_LEFTNOWORDWRAP | controlstyle, }, c_listbox: &classData{ name: toUTF16("LISTBOX"), -- cgit v1.2.3