rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=2823b9611f5bee7228d4fac02cb2ec35e31e5798
commit 2823b9611f5bee7228d4fac02cb2ec35e31e5798 Author: Mykyta Biliavskyi <[email protected]> Date: Mon Nov 23 15:55:46 2015 +0000 Workspace: delete highlight object with workspace delete. --- src/bin/ui/workspace/workspace.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/ui/workspace/workspace.c b/src/bin/ui/workspace/workspace.c index 5535cc0..96f783d 100644 --- a/src/bin/ui/workspace/workspace.c +++ b/src/bin/ui/workspace/workspace.c @@ -1264,6 +1264,8 @@ _workspace_smart_del(Evas_Object *o) { WS_DATA_GET(o, sd); + evas_object_del(sd->highlight.space_hl); + evas_object_del(sd->highlight.highlight); _workspace_parent_sc->del(o); } --
