[Tizen] Stage's default background color change to transparent 05/131905/1
authorJinho, Lee <jeano.lee@samsung.com>
Wed, 31 May 2017 06:42:43 +0000 (15:42 +0900)
committerJinho, Lee <jeano.lee@samsung.com>
Wed, 31 May 2017 06:43:02 +0000 (15:43 +0900)
Change-Id: I2c982cf72fa07a6a089de95f7375867d329be00b

dali/public-api/common/stage.cpp

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