| Index: core/fxge/win32/fx_win32_gdipext.cpp
|
| diff --git a/core/fxge/win32/fx_win32_gdipext.cpp b/core/fxge/win32/fx_win32_gdipext.cpp
|
| index 2d198085175cedcdbfd0c526fb585271b21acc65..927f0a32e23b2ed28f186d3c66154cd79ee7be64 100644
|
| --- a/core/fxge/win32/fx_win32_gdipext.cpp
|
| +++ b/core/fxge/win32/fx_win32_gdipext.cpp
|
| @@ -1233,7 +1233,7 @@ FX_BOOL CGdiplusExt::DrawPath(HDC hDC,
|
| }
|
| if (pGraphState && stroke_argb) {
|
| GpPen* pPen = _GdipCreatePen(pGraphState, pObject2Device, stroke_argb,
|
| - fill_mode & FX_STROKE_TEXT_MODE);
|
| + !!(fill_mode & FX_STROKE_TEXT_MODE));
|
| if (nSubPathes == 1) {
|
| CallFunc(GdipDrawPath)(pGraphics, pPen, pGpPath);
|
| } else {
|
|
|