[PATCH v2] comctl32: Fix GroupBox can't have multiline text.
18 Apr
2018
18 Apr
'18
1:58 p.m.
Supersede 144846. Sorry, it also got mangled by Thunderbird. GroupBox may have multiline text. Signed-off-by: Zhiyi Zhang <zzhang(a)codeweavers.com> --- dlls/comctl32/button.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/dlls/comctl32/button.c b/dlls/comctl32/button.c index 1b187e3834..1feb07ae64 100644 --- a/dlls/comctl32/button.c +++ b/dlls/comctl32/button.c @@ -282,9 +282,6 @@ static UINT BUTTON_BStoDT( DWORD style, DWORD ex_style ) default: dtStyle |= DT_VCENTER; break; } } - else - /* GroupBox's text is always single line and is top aligned. */ - dtStyle |= DT_SINGLELINE; return dtStyle; } -- 2.16.3
2801
Age (days ago)
2801
Last active (days ago)
2 comments
2 participants
participants (2)
-
Nikolay Sivov -
Zhiyi Zhang