Null parent vector container just causes a crash on constructing.
This change fixes that problem.
Change-Id: I371b7c50a3c65a790b4180ab8484591a8cc765a8
#if EEXT_FLOATINGBUTTON_USE_VG
sd->vg = evas_object_vg_add(evas_object_evas_get(obj));
- Efl_VG *base_root = evas_vg_container_add(NULL);
+ Efl_VG *base_root = evas_vg_container_add(sd->vg);
evas_object_vg_root_node_set(sd->vg, base_root);
sd->base_shape = evas_vg_shape_add(base_root);
evas_vg_node_color_set(sd->base_shape, 255, 255, 255, 255);