13 Mar
2020
13 Mar
'20
4:20 p.m.
On Tue, Mar 10, 2020 at 11:22 AM Sven Baars <sbaars(a)codeweavers.com> wrote:
@@ -617,6 +625,9 @@ static INT WINAPI ID3DXFontImpl_DrawTextW(ID3DXFont *iface, ID3DXSprite *sprite, if (format & DT_CALCRECT) format |= DT_NOCLIP;
+ if (format & DT_SINGLELINE) + format &= ~DT_WORDBREAK; +
I don't think we have a test for this specific case at the moment, it would be nice to have one.