projects
/
platform
/
core
/
uifw
/
dali-toolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90ab000
)
Fix the text artifact (i.e. vertical lines below the text) while scrolling
24/155524/2
author
Richard Huang
<r.huang@samsung.com>
Fri, 13 Oct 2017 10:39:12 +0000
(11:39 +0100)
committer
Richard Huang
<r.huang@samsung.com>
Fri, 13 Oct 2017 16:33:31 +0000
(16:33 +0000)
Change-Id: Ia9af286cbf5e4dbd551cee73bd1c41dd3674cd4d
dali-toolkit/internal/text/text-scroller.cpp
patch
|
blob
|
history
diff --git
a/dali-toolkit/internal/text/text-scroller.cpp
b/dali-toolkit/internal/text/text-scroller.cpp
index
e85a2fd
..
dbc16eb
100644
(file)
--- a/
dali-toolkit/internal/text/text-scroller.cpp
+++ b/
dali-toolkit/internal/text/text-scroller.cpp
@@
-84,6
+84,8
@@
const char* FRAGMENT_SHADER = DALI_COMPOSE_SHADER(
\n
void main()\n
{\n
+ if ( vTexCoord.y > 1.0 )\n
+ discard;\n
gl_FragColor = texture2D( sTexture, vTexCoord );\n
}\n
);