Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : libs/etox

Dir     : e17/libs/etox/src


Modified Files:
        etox.c 


Log Message:

start out unsized etox's at the size of their text.


===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/src/etox.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -3 -r1.61 -r1.62
--- etox.c      22 Aug 2003 16:13:10 -0000      1.61
+++ etox.c      25 Aug 2003 21:18:53 -0000      1.62
@@ -1196,9 +1196,16 @@
        et->h = y - et->y;
 
        if (et->context->flags & ETOX_SOFT_WRAP)
+       {
                evas_object_resize(et->clip, et->w, et->h);
+               evas_object_resize(et->smart_obj, et->w, et->h);
+       }
        else
+       {
                evas_object_resize(et->clip, et->tw, et->h);
+               evas_object_resize(et->smart_obj, et->tw, et->th);
+       }
+
 }
 
 Etox_Line *




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to