Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/canvas Modified Files: evas_object_smart.c evas_object_textblock.c Log Message: a possible smart bug?.... and some textblock notes =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/canvas/evas_object_smart.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- evas_object_smart.c 12 Jan 2004 21:57:15 -0000 1.10 +++ evas_object_smart.c 12 Feb 2005 04:09:21 -0000 1.11 @@ -337,7 +337,11 @@ s = obj->smart.smart; while (obj->smart.contained) - obj->smart.contained = evas_list_remove(obj->smart.contained, obj->smart.contained->data); + { + /* null out smart parent object - maybe a hole to creep through? */ + ((Evas_Object *)obj->smart.contained->data)->smart.parent = NULL; + obj->smart.contained = evas_list_remove(obj->smart.contained, obj->smart.contained->data); + } while (obj->smart.callbacks) { Evas_Smart_Callback *cb; =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/canvas/evas_object_textblock.c,v retrieving revision 1.29 retrieving revision 1.30 diff -u -3 -r1.29 -r1.30 --- evas_object_textblock.c 11 Feb 2005 05:33:44 -0000 1.29 +++ evas_object_textblock.c 12 Feb 2005 04:09:21 -0000 1.30 @@ -10,6 +10,7 @@ * * things to add: * + * * height increased by 3 (or 1) even if no underline on last line - fix * * finish off current api where it is unfinished * * get native extents * * styles (outline, glow, etxra glow, shadow, soft shadow, etc.) ------------------------------------------------------- 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