Removed DT_SINGLELINE and DT_NOCLIP styles for SS_LEFTNOWORDWRAP.
This commit is contained in:
parent
16af9baf41
commit
a0dc4e493f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue