Removed TODO about Windows label ellipsization; SS_LEFTNOWORDWRAP's docs say so. Replaced it with one about vertical label alignment...

This commit is contained in:
Pietro Gagliardi 2014-06-09 17:06:33 -04:00
parent 72012114f1
commit 2a878f0e91
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ var classTypes = [nctypes]*classData{
c_label: &classData{
name: toUTF16("STATIC"),
// SS_NOPREFIX avoids accelerator translation; SS_LEFTNOWORDWRAP clips text past the end
// TODO find out if the default behavior is not to ellipsize
// TODO find out if the default behavior is vertically align to top
style: _SS_NOPREFIX | _SS_LEFTNOWORDWRAP | controlstyle,
xstyle: 0 | controlxstyle,
},