[PATCH] comctl32: Fix GroupBox can't have multiline text.

Zhiyi Zhang zzhang at codeweavers.com
Tue Apr 17 09:25:55 CDT 2018


GroupBox may have multiline text.

Signed-off-by: Zhiyi Zhang <zzhang at 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





More information about the wine-devel mailing list