Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_text.c 


Log Message:
put the text selection behind the text 

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_text.c,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -3 -r1.154 -r1.155
--- ewl_text.c  10 Jan 2007 11:34:25 -0000      1.154
+++ ewl_text.c  13 Jan 2007 00:40:14 -0000      1.155
@@ -3644,7 +3644,7 @@
 
                evas_object_smart_member_add(t->textblock, w->smart_object);
                if (w->fx_clip_box)
-                       evas_object_stack_below(t->textblock, w->fx_clip_box);
+                       evas_object_raise(t->textblock);
 
                ewl_text_display(t);
                evas_object_show(t->textblock);



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to