Commit a0dc4e49 authored by Niclas Karlsson's avatar Niclas Karlsson Committed by Alexandre Julliard

Removed DT_SINGLELINE and DT_NOCLIP styles for SS_LEFTNOWORDWRAP.

parent 16af9baf
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment