netstar pushed a commit to branch master. http://git.enlightenment.org/apps/evisum.git/commit/?id=5a01cc9937fd0ef3d6a6894976b13ef74fd41346
commit 5a01cc9937fd0ef3d6a6894976b13ef74fd41346 Author: Alastair Poole <nets...@gmail.com> Date: Fri Jan 15 22:56:01 2021 +0000 pb: fix. --- src/bin/ui/ui_process_view.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/ui/ui_process_view.c b/src/bin/ui/ui_process_view.c index 3b9ccca..e03c67e 100644 --- a/src/bin/ui/ui_process_view.c +++ b/src/bin/ui/ui_process_view.c @@ -252,8 +252,6 @@ _content_get(void *data, Evas_Object *obj, const char *source) pb = evas_object_data_get(it->obj, "cpu_usage"); elm_progressbar_value_set(pb, th->cpu_usage / 100.0); evas_object_show(pb); - evas_object_geometry_get(pb, NULL, NULL, &ow, NULL); - if (ow > w) evas_object_size_hint_min_set(pd->btn_thread_cpu_usage, w, 1); r = evas_object_data_get(pb, "rect"); evas_object_size_hint_min_set(r, w, 1); --