Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_container.c 


Log Message:
Fix for calling the child_hide callback at appropriate times. Holler if you
notice this cause issues. It fixes the problem with collapsing tree nodes not
resizing correctly.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_container.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ewl_container.c     28 Mar 2005 07:04:27 -0000      1.4
+++ ewl_container.c     2 Apr 2005 07:20:20 -0000       1.5
@@ -800,7 +800,7 @@
 
        DENTER_FUNCTION(DLEVEL_STABLE);
 
-       if (c->child_hide && VISIBLE(w) && REALIZED(w))
+       if (c->child_hide && !VISIBLE(w) && REALIZED(w))
                c->child_hide(c, w);
 
        ecore_list_goto_first(c->children);




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to