Sevcsik András schrieb:
> Thanks for the help guys, here's my second version, that deals with
> show/hide and applies clip_elements_set() to all elements.
>   
@@ -444,9 +485,12 @@

485 evas_object_repeat_events_set(el->grabber, 1);
486 evas_object_color_set(el->grabber, 0, 0, 0, 0);
487 evas_object_show(el->grabber);
-447
+488
489 el->container = cont;
-449 evas_object_clip_set(el->obj, cont->clipper);
+490
+491 if (cont->clip_elements)
+492 evas_object_clip_set(el->obj, cont->clipper);
+493 I think this should be: if (cont->clip_elemets || 
!evas_object_visible_get(cont->obj))   evas_object_clip_set(el->obj, 
cont->clipper); Besides that looks good to me.



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to