ui_cpu: hope this is ok

This commit is contained in:
Alastair Poole 2020-09-09 10:53:42 +01:00
parent 8366483936
commit 25cc485218
1 changed files with 4 additions and 2 deletions

View File

@ -222,11 +222,13 @@ _animate(void *data)
h -= rem;
evas_object_image_size_set(obj, w, h);
evas_object_resize(bg, w, h);
evas_object_image_data_update_add(obj, 0, 0, w, h);
evas_object_geometry_get(obj, NULL, NULL, NULL, &h);
evas_object_move(line, x + w - ad->pos, y);
evas_object_resize(line, 1, h);
evas_object_show(line);
evas_object_resize(bg, w, h);
evas_object_image_data_update_add(obj, 0, 0, w, h);
if (ad->redraw)
{