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:
8493c40
)
efl_ui_textpath: remove err log in none error case.
author
Hermet Park
<hermetpark@gmail.com>
Tue, 7 May 2019 08:34:12 +0000
(17:34 +0900)
committer
Hermet Park
<hermetpark@gmail.com>
Wed, 8 May 2019 04:34:50 +0000
(13:34 +0900)
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
679a68a
..
2e4eff5
100644
(file)
--- a/
src/lib/elementary/efl_ui_textpath.c
+++ b/
src/lib/elementary/efl_ui_textpath.c
@@
-690,10
+690,7
@@
_efl_ui_textpath_circle_set(Eo *obj, Efl_Ui_Textpath_Data *pd, double x, double
pd->circle.start_angle == start_angle &&
pd->direction == direction &&
_map_point_calc(pd) > 0)
- {
- ERR("Same circle");
return;
- }
pd->circle.x = x;
pd->circle.y = y;
pd->circle.radius = radius;