diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-25 12:20:59 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-25 12:20:59 -0400 |
| commit | b5abbebf0ba6f01a95b79c10dde95c7fdbbff809 (patch) | |
| tree | 35405789feb90f8c683182b8761ed5b9ddb001f2 /sysdata_windows.go | |
| parent | 39f0c352fbeeb4119aedeee1a5974f4d411339c8 (diff) | |
Implemented new label behavior on Windows.
Diffstat (limited to 'sysdata_windows.go')
| -rw-r--r-- | sysdata_windows.go | 2 |
1 files changed, 2 insertions, 0 deletions
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"), |
