elm_colorselector: Fix layout broken in ELM_COLORSELECTOR_ALL mode

Summary:
Fix layout broken in ELM_COLORSELECTOR_ALL mode
due to missing part for layout sizing evaluation

@fix

Reviewers: Hermet

Subscribers: Hermet

Differential Revision: https://phab.enlightenment.org/D1802
This commit is contained in:
Jee-Yong Um 2014-12-23 09:50:52 +09:00 committed by ChunEon Park
parent ce0e47c917
commit 17552b42b8
1 changed files with 4 additions and 0 deletions

View File

@ -1241,6 +1241,10 @@ _elm_colorselector_elm_layout_sizing_eval(Eo *obj, Elm_Colorselector_Data *sd)
_full_sizing_eval(obj);
break;
case ELM_COLORSELECTOR_ALL:
_full_sizing_eval(obj);
break;
default:
return;
}