Revert "[Tizen] Stage's default background color change to transparent" 32/143932/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 14 Aug 2017 04:55:41 +0000 (13:55 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 14 Aug 2017 04:55:45 +0000 (13:55 +0900)
This reverts commit cc18ff2ac19f0517f66d65c8ecd1782ebe99263d.

Change-Id: I61b7a9792824de2b0f3df54d3b0652d490bb4235

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()