From: Joonbum Ko Date: Wed, 5 Aug 2020 06:31:05 +0000 (+0900) Subject: DSRenderEngineDaliImpl: Changed default bg color to TRANSPARENT. X-Git-Tag: accepted/tizen/unified/20200820.213435~131 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F44%2F241744%2F1;p=platform%2Fcore%2Fuifw%2Flibds.git DSRenderEngineDaliImpl: Changed default bg color to TRANSPARENT. Change-Id: I42f5c4b075ee4c4b66d818c73bcbfb9313cfb942 Signed-off-by: Joonbum Ko --- diff --git a/src/DSRender/DSRenderEngineDaliImpl.cpp b/src/DSRender/DSRenderEngineDaliImpl.cpp index ccc053a..fa39a88 100644 --- a/src/DSRender/DSRenderEngineDaliImpl.cpp +++ b/src/DSRender/DSRenderEngineDaliImpl.cpp @@ -30,7 +30,7 @@ void DSRenderEngineDaliImpl::onInitialize() { /* for testing -- begin -- */ OffscreenWindow window = __offscreenApplication.GetWindow(); - window.SetBackgroundColor(Color::YELLOW); + window.SetBackgroundColor(Color::TRANSPARENT); Toolkit::TextLabel textlabel = Toolkit::TextLabel::New("Hello libDS"); textlabel.SetProperty(Actor::Property::ANCHOR_POINT, AnchorPoint::TOP_CENTER);