Revert "[Tizen] Stage's default background color change to transparent" 45/132645/1
authorminho.sun <minho.sun@samsung.com>
Wed, 7 Jun 2017 05:53:59 +0000 (14:53 +0900)
committerminho.sun <minho.sun@samsung.com>
Wed, 7 Jun 2017 05:54:01 +0000 (14:54 +0900)
This reverts commit bd41e90757590daf32fbe032df5f9d087305325b.

Change-Id: I37be88ee0e51f634c06cbc1636fc6f278095e44c

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