diff --git a/reactos/subsystems/win32/win32k/objects/dc.c b/reactos/subsystems/win32/win32k/objects/dc.c index 9b8212ddc21..9f543684e90 100644 --- a/reactos/subsystems/win32/win32k/objects/dc.c +++ b/reactos/subsystems/win32/win32k/objects/dc.c @@ -2515,6 +2515,7 @@ DC_AllocDC(PUNICODE_STRING Driver) TextIntRealizeFont(Dc_Attr->hlfntNew); NewDC->DcLevel.hpal = NtGdiGetStockObject(DEFAULT_PALETTE); + NewDC->DcLevel.laPath.eMiterLimit = 10.0; DC_UnlockDc(NewDC);