hermet pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=9c0116e2392fef9cf7e29f5bba0a122fbee0b238

commit 9c0116e2392fef9cf7e29f5bba0a122fbee0b238
Author: Jee-Yong Um <jc9...@samsung.com>
Date:   Tue Dec 23 09:50:52 2014 +0900

    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
---
 src/lib/elm_colorselector.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/lib/elm_colorselector.c b/src/lib/elm_colorselector.c
index 09942ca..eaa88a1 100644
--- a/src/lib/elm_colorselector.c
+++ b/src/lib/elm_colorselector.c
@@ -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;
      }

-- 


Reply via email to