textpath: + null handling.

This commit is contained in:
Hermet Park 2019-07-24 14:28:00 +09:00
parent 7c030aa57e
commit ac75934d06
1 changed files with 1 additions and 0 deletions

View File

@ -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 &&