evas vg: add one comment todo.

This commit is contained in:
Hermet Park 2018-11-28 15:38:56 +09:00
parent dae6f81c90
commit 507a705d5d
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ _efl_canvas_vg_shape_efl_duplicate_duplicate(const Eo *obj, Efl_Canvas_Vg_Shape_
node = efl_duplicate(efl_super(obj, MY_CLASS));
sd = efl_data_scope_get(node, MY_CLASS);
//FIXME: These fill, markers couldn't allow node as parent...
if (pd->fill)
{
sd->fill = efl_duplicate(pd->fill);