Revert "[Tizen] Stage's default background color change to transparent" 19/140119/1
authortaeyoon0.lee <taeyoon0.lee@samsung.com>
Mon, 24 Jul 2017 03:00:49 +0000 (12:00 +0900)
committertaeyoon0.lee <taeyoon0.lee@samsung.com>
Mon, 24 Jul 2017 03:01:21 +0000 (12:01 +0900)
This reverts commit 54d2f2aa984fe6efe00a52a9f4e097b845cc59e9.

Change-Id: I0d31a678db5714242499d766a4766c207b6b1064

dali/public-api/common/stage.cpp

index 8a87625..13825ff 100644 (file)
@@ -31,7 +31,7 @@ namespace Dali
 
 using Internal::Core;
 
-const Vector4 Stage::DEFAULT_BACKGROUND_COLOR(0.0f, 0.0f, 0.0f, 0.0f);
+const Vector4 Stage::DEFAULT_BACKGROUND_COLOR(0.0f, 0.0f, 0.0f, 1.0f);
 const Vector4 Stage::DEBUG_BACKGROUND_COLOR(0.2f, 0.5f, 0.2f, 1.0f);
 
 Stage::Stage()