Index: xfa/fwl/theme/cfwl_widgettp.cpp |
diff --git a/xfa/fwl/theme/cfwl_widgettp.cpp b/xfa/fwl/theme/cfwl_widgettp.cpp |
index b5658cf7b29a9eef1a009bbbf042d7aef92e8e3d..a1b458cb4146a32a9e1d9efb545222dd88ea3743 100644 |
--- a/xfa/fwl/theme/cfwl_widgettp.cpp |
+++ b/xfa/fwl/theme/cfwl_widgettp.cpp |
@@ -274,7 +274,7 @@ void CFWL_WidgetTP::DrawEdge(CFX_Graphics* pGraphics, |
pRect->height - 1); |
pGraphics->StrokePath(&path, pMatrix); |
path.Clear(); |
- crStroke = ArgbEncode(255, 255, 255, 255); |
+ crStroke.Set(ArgbEncode(255, 255, 255, 255)); |
pGraphics->SetStrokeColor(&crStroke); |
path.AddRectangle(pRect->left + 1, pRect->top + 1, pRect->width - 3, |
pRect->height - 3); |