dwrite: Pass drawing effect to renderer in DrawStrikethrough().

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2016-01-12 23:12:08 +03:00 committed by Alexandre Julliard
parent 2b5928b228
commit 1a8e957b19
1 changed files with 1 additions and 1 deletions

View File

@ -3005,7 +3005,7 @@ static HRESULT WINAPI dwritetextlayout_Draw(IDWriteTextLayout2 *iface,
s->run->origin_x,
SNAP_COORD(s->run->origin_y),
&s->s,
NULL);
s->run->effect);
}
#undef SNAP_COORD