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:
498f2ed
)
[Tizen] Stage's default background color change to transparent
49/132649/1
author
minho.sun
<minho.sun@samsung.com>
Wed, 7 Jun 2017 05:54:46 +0000
(14:54 +0900)
committer
minho.sun
<minho.sun@samsung.com>
Wed, 7 Jun 2017 05:54:47 +0000
(14:54 +0900)
This reverts commit
991fb43539475b1d3b1aa812f808c2d83735f195
.
Change-Id: I13c35673e634f23b8a166c599adc2973adfb4041
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 13825ff12e931239b16f8cd4ffff99cd52f6ac5b..8a87625cb7f8939a39ecd4abb696b56676a8cbce 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,
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()