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:
a746c93
)
[Tizen] Stage's default background color change to transparent
48/137148/1
accepted/tizen/unified/20170706.193945
submit/tizen/20170705.113121
submit/tizen/20170706.054645
author
Jinho, Lee
<jeano.lee@samsung.com>
Tue, 4 Jul 2017 06:03:11 +0000
(15:03 +0900)
committer
Jinho, Lee
<jeano.lee@samsung.com>
Tue, 4 Jul 2017 06:03:13 +0000
(15:03 +0900)
This reverts commit
6c84eb956970c06c9b0a6abac4933c2298ceb177
.
Change-Id: Ie353d4a8aa909c00da73511c6e15f7f1092c81ba
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
13825ff
..
8a87625
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()