From bdad7ef31ee12c32d34d87f64c2826e808bdbfdd Mon Sep 17 00:00:00 2001 From: Yunji Park Date: Mon, 24 Jun 2013 13:47:34 +0900 Subject: [PATCH] To set default text color of TextElement Change-Id: Ica26d62ef19d0fd4aa947f1265245f076900316d --- src/graphics/FGrp_TextElementImpl.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/graphics/FGrp_TextElementImpl.cpp b/src/graphics/FGrp_TextElementImpl.cpp index 2c0124c..d1bd72a 100644 --- a/src/graphics/FGrp_TextElementImpl.cpp +++ b/src/graphics/FGrp_TextElementImpl.cpp @@ -63,6 +63,8 @@ _TextElementImpl::_TextElementImpl(void) __count = 0; __linkOffset = 0; __pTextComponent = null; + __foregroundColor = Color::GetColor(COLOR_ID_BLACK); + __backgroundColor = Color::GetColor(COLOR_ID_WHITE); } _TextElementImpl::~_TextElementImpl(void) -- 2.7.4