layout: apply widget's states when elm_layout_file_set is called
authorJaeun Choi <jaeun12.choi@samsung.com>
Fri, 27 Feb 2015 05:15:42 +0000 (14:15 +0900)
committerJaeun Choi <jaeun12.choi@samsung.com>
Fri, 27 Feb 2015 05:46:40 +0000 (14:46 +0900)
commit7f77edf55d09b48aa3d51c67b1c7fd7da076ca77
tree39c95a330493eff5601c564560bdce69319fd12a
parent244f32b797926258a83fb287947770e0ffc10d0b
layout: apply widget's states when elm_layout_file_set is called

when a layout's theme is changed by elm_layout_theme_set, the edje is updated
according to the widget's states such as 'disabled' or 'highlight_in_theme'.
but the update is dropped for elm_layout_file_set.
this patch tied up the codes into _visuals_refresh function
so that the same update happens for elm_layout_file_set.

@fix
legacy/elementary/src/lib/elm_layout.c