layout: reset disabled status after refreshing the widget theme.

This fixes many potential bugs which will loose disabled status after
theme hook.
Thanks a lot kuuko for the report.
This fixes T608.
This commit is contained in:
Daniel Juyung Seo 2013-12-08 04:55:42 +09:00
parent b4cf7588b1
commit b85558c512
1 changed files with 2 additions and 0 deletions

View File

@ -372,6 +372,8 @@ _elm_layout_smart_theme(Eo *obj, void *_pd, va_list *list)
_visuals_refresh(obj, sd);
eo_do(obj, elm_wdg_disable(&int_ret));
if (ret) *ret = int_ret;
}