projects
/
platform
/
core
/
uifw
/
dali-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8ba195
)
Revert "[Tizen] Stage's default background color change to transparent"
52/133552/1
author
Seoyeon Kim
<seoyeon2.kim@samsung.com>
Tue, 13 Jun 2017 01:32:50 +0000
(10:32 +0900)
committer
Seoyeon Kim
<seoyeon2.kim@samsung.com>
Tue, 13 Jun 2017 01:32:53 +0000
(10:32 +0900)
This reverts commit
3d6dca0c017d06d048f479e92ff0eecb0dd6fb69
.
Change-Id: I1db0201c9d2b62c0f8470b430ec581910c609ff5
dali/public-api/common/stage.cpp
patch
|
blob
|
history
diff --git
a/dali/public-api/common/stage.cpp
b/dali/public-api/common/stage.cpp
index
8a87625
..
13825ff
100644
(file)
--- a/
dali/public-api/common/stage.cpp
+++ b/
dali/public-api/common/stage.cpp
@@
-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()