ecore_evas_svg: actually make the Evas_Object_VG visible.

This commit is contained in:
Cedric BAIL 2015-04-03 16:22:59 +02:00
parent 6097178ec3
commit 7910870c2e
1 changed files with 2 additions and 1 deletions

View File

@ -162,7 +162,8 @@ main(int argc, char *argv[])
ecore_evas_object_associate(ee, r, ECORE_EVAS_OBJECT_ASSOCIATE_BASE);
vg = eo_add(EVAS_VG_CLASS, e,
efl_file_set(argv[arg_index], NULL));
efl_file_set(argv[arg_index], NULL),
evas_obj_visibility_set(EINA_TRUE));
ecore_evas_object_associate(ee, vg, ECORE_EVAS_OBJECT_ASSOCIATE_BASE);
if (display)