This commit is contained in:
Alastair Poole 2020-12-28 21:25:24 +00:00
parent c5fcd31491
commit f03f80e9f2
1 changed files with 0 additions and 1 deletions

View File

@ -356,7 +356,6 @@ _content_get(void *data, Evas_Object *obj, const char *source)
}
evas_object_geometry_get(pd->btn_pid, NULL, NULL, &w, NULL);
w += PAD_W;
l = evas_object_data_get(it->obj, "proc_pid");
elm_object_text_set(l, eina_slstr_printf("%d", proc->pid));
evas_object_geometry_get(l, NULL, NULL, &ow, NULL);