From a0dc4e493fe7d10fa69bd2cd2779d0c6a5676ecb Mon Sep 17 00:00:00 2001 From: Niclas Karlsson Date: Sat, 23 Jan 1999 12:22:20 +0000 Subject: [PATCH] Removed DT_SINGLELINE and DT_NOCLIP styles for SS_LEFTNOWORDWRAP. --- controls/static.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controls/static.c b/controls/static.c index 572db200843..82812d3afdf 100644 --- a/controls/static.c +++ b/controls/static.c @@ -345,7 +345,7 @@ static void STATIC_PaintTextfn( WND *wndPtr, HDC32 hdc ) break; case SS_LEFTNOWORDWRAP: - wFormat = DT_LEFT | DT_SINGLELINE | DT_EXPANDTABS | DT_VCENTER | DT_NOCLIP; + wFormat = DT_LEFT | DT_EXPANDTABS | DT_VCENTER; break; default: -- 2.11.4.GIT