rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=b23c68e07dc5d26c2b1731d22b29e34c78f1d986
commit b23c68e07dc5d26c2b1731d22b29e34c78f1d986 Author: Vyacheslav Reutskiy <[email protected]> Date: Thu Dec 24 11:31:50 2015 +0200 workspace: delete a color for groupedit Change-Id: Ifa0e3d1f7558374d2069872acac439d971f58cc2 --- src/bin/ui/workspace/workspace.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/bin/ui/workspace/workspace.c b/src/bin/ui/workspace/workspace.c index 4bc944e..774d0d3 100644 --- a/src/bin/ui/workspace/workspace.c +++ b/src/bin/ui/workspace/workspace.c @@ -1553,9 +1553,6 @@ workspace_add(Evas_Object *parent, Group *group) /* create groupedit - editable */ sd->groupedit = groupedit_add(sd->scroller, group); - /* it temporary solution white not implemented preference module - and not finished config module */ - evas_object_color_set(sd->groupedit, 0, 0, 0, 255); evas_object_smart_callback_add(sd->groupedit, "geometry,changed", _on_groupedit_geometry_changed, sd); container_content_set(sd->container.obj, sd->groupedit); --
