Removed DT_SINGLELINE and DT_NOCLIP styles for SS_LEFTNOWORDWRAP.

This commit is contained in:
Niclas Karlsson 1999-01-23 12:22:20 +00:00 committed by Alexandre Julliard
parent 16af9baf41
commit a0dc4e493f
1 changed files with 1 additions and 1 deletions

View File

@ -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: