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)
commit0e0d4179e6c059bfc3a320f2f8a0ac74247662b7
tree13ab3da618c4c7172b35f1cdc2ff79c26b82496f
parent0fd28a07f8a27b6ac25435db551cf7dbd184f349
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
src/lib/elm_layout.c