From 82f4f7f01bcac4acae86e179a57ae78cc5691a50 Mon Sep 17 00:00:00 2001 From: Henrique Nakashima Date: Fri, 27 Apr 2018 21:22:07 +0000 Subject: Fix focused day disappears in XFA MonthCalendar. Bug: pdfium:751 Change-Id: I27c4cf96c1b0d314ace8461ca6020c1034eff646 Reviewed-on: https://pdfium-review.googlesource.com/31650 Commit-Queue: Henrique Nakashima Commit-Queue: Ryan Harrison Reviewed-by: Ryan Harrison --- xfa/fxfa/cxfa_fwltheme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/fxfa/cxfa_fwltheme.cpp') diff --git a/xfa/fxfa/cxfa_fwltheme.cpp b/xfa/fxfa/cxfa_fwltheme.cpp index 22e091ee12..4dd7024391 100644 --- a/xfa/fxfa/cxfa_fwltheme.cpp +++ b/xfa/fxfa/cxfa_fwltheme.cpp @@ -107,7 +107,7 @@ void CXFA_FWLTheme::DrawText(CFWL_ThemeText* pParams) { !(pParams->m_dwStates & FWL_ITEMSTATE_MCD_Flag) && (pParams->m_dwStates & (CFWL_PartState_Hovered | CFWL_PartState_Selected))) { - m_pTextOut->SetTextColor(0xFFFFFFFF); + m_pTextOut->SetTextColor(0xFF888888); } if (pParams->m_iPart == CFWL_Part::Caption) m_pTextOut->SetTextColor(ArgbEncode(0xff, 0, 153, 255)); -- cgit v1.2.3