projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3de0111
)
textpath: + null handling.
21/210721/1
submit/tizen/20190724.053706
author
Hermet Park
<hermetpark@gmail.com>
Wed, 24 Jul 2019 05:28:00 +0000
(14:28 +0900)
committer
Hermet Park
<hermetpark@gmail.com>
Wed, 24 Jul 2019 05:29:51 +0000
(14:29 +0900)
Change-Id: I8963a33752fca6e2d045783cac2ed5231276e43d
src/lib/elementary/efl_ui_textpath.c
patch
|
blob
|
history
diff --git
a/src/lib/elementary/efl_ui_textpath.c
b/src/lib/elementary/efl_ui_textpath.c
index
aa89865
..
ee16a2f
100644
(file)
--- a/
src/lib/elementary/efl_ui_textpath.c
+++ b/
src/lib/elementary/efl_ui_textpath.c
@@
-971,6
+971,7
@@
elm_textpath_circle_set(Eo *obj, double x, double y, double radius, double start
double sweep_length;
EFL_UI_TEXTPATH_DATA_GET(obj, pd);
+ if (!pd) return;
if (pd->circle.x == x && pd->circle.y == y &&
pd->circle.radius == radius &&