| Index: xfa/fxfa/app/xfa_ffwidget.cpp
|
| diff --git a/xfa/fxfa/app/xfa_ffwidget.cpp b/xfa/fxfa/app/xfa_ffwidget.cpp
|
| index 446fcd6303fe8a356d0d774a350df9badaecea38..d5ffdee55ed2f82de46d03cd925b300ae7a6cd16 100644
|
| --- a/xfa/fxfa/app/xfa_ffwidget.cpp
|
| +++ b/xfa/fxfa/app/xfa_ffwidget.cpp
|
| @@ -1590,7 +1590,7 @@ static void XFA_BOX_Fill_Pattern(CXFA_Box box,
|
| }
|
|
|
| CFX_Pattern pattern(iHatch, crEnd, crStart);
|
| - CFX_Color cr(&pattern);
|
| + CFX_Color cr(&pattern, 0x0);
|
| pGS->SetFillColor(&cr);
|
| pGS->FillPath(&fillPath, FXFILL_WINDING, pMatrix);
|
| }
|
|
|