To set default text color of TextElement
authorYunji Park <yunji19.park@samsung.com>
Mon, 24 Jun 2013 04:47:34 +0000 (13:47 +0900)
committerYunji Park <yunji19.park@samsung.com>
Mon, 24 Jun 2013 04:47:34 +0000 (13:47 +0900)
Change-Id: Ica26d62ef19d0fd4aa947f1265245f076900316d

src/graphics/FGrp_TextElementImpl.cpp

index 2c0124c..d1bd72a 100644 (file)
@@ -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)