elementary/colorselector: use layout instead of edje object for components.
authorShilpa Singh <shilpa.singh@samsung.com>
Mon, 6 Jun 2016 23:47:03 +0000 (16:47 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Mon, 6 Jun 2016 23:47:06 +0000 (16:47 -0700)
commitd056dadd03c66436ac292e051acdba69a05a4548
tree78b30bb1cbb14ef5cd115a10b890e612ccd24e87
parent0278ffdf7c9cc94db8168f091c7e360d46a6868b
elementary/colorselector: use layout instead of edje object for components.

Summary:
Issue: As edje object is used instead of layout for components mode,  the content widgets like buttons are added as
subobject of colorselector hence when we unset the edje object on mode change the buttons still remain subobject of colorselector causing issues when all subobjects of colorselector is queried(sub objects are queried during atspi mode).
Soln: Use layout instead of edje object.

Signed-off-by: Shilpa Singh <shilpa.singh@samsung.com>
@fix

Test Plan: Change the mode to Palette mode and access the children of colorselector.

Reviewers: Hermet, cedric

Subscribers: govi, rajeshps, kimcinoo, cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D3987

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/elementary/elm_colorselector.c