On Mon,  7 Jan 2013 12:01:33 -0800
"Enlightenment SVN" <no-re...@enlightenment.org> wrote:

> Log:
> E entry + scrollframe: Add clippers as smart members.
>   
>   This should fix some bugs (specifically with the .desktop file editing 
> menu),
>   and is just generally correct.
> 
> Author:       tasn
> Date:         2013-01-07 12:01:32 -0800 (Mon, 07 Jan 2013)
> New Revision: 82360
> Trac:         http://trac.enlightenment.org/e/changeset/82360
> 
> Modified:
>   trunk/e/src/bin/e_scrollframe.c trunk/e/src/bin/e_widget_entry.c 
> 
> Modified: trunk/e/src/bin/e_scrollframe.c
> ===================================================================
> --- trunk/e/src/bin/e_scrollframe.c   2013-01-07 19:59:53 UTC (rev 82359)
> +++ trunk/e/src/bin/e_scrollframe.c   2013-01-07 20:01:32 UTC (rev 82360)
> @@ -1035,6 +1035,7 @@
>     evas_object_smart_member_add(o, obj);
>  
>     o = evas_object_rectangle_add(evas_object_evas_get(obj));
> +   evas_object_smart_member_add(o, obj);
>     sd->event_obj = o;
>     evas_object_color_set(o, 0, 0, 0, 0);
>     evas_object_event_callback_add(o, EVAS_CALLBACK_MOUSE_WHEEL,
> 
> Modified: trunk/e/src/bin/e_widget_entry.c
> ===================================================================
> --- trunk/e/src/bin/e_widget_entry.c  2013-01-07 19:59:53 UTC (rev 82359)
> +++ trunk/e/src/bin/e_widget_entry.c  2013-01-07 20:01:32 UTC (rev 82360)
> @@ -67,6 +67,7 @@
>     evas_object_repeat_events_set(o, EINA_TRUE);
>     evas_object_color_set(o, 0, 0, 0, 0);
>     e_widget_sub_object_add(obj, o);
> +   evas_object_smart_member_add(o, obj);
>     evas_object_show(o);
>     
>     evas_object_event_callback_add(o, EVAS_CALLBACK_MOUSE_DOWN, 
> _e_wid_focus_steal, obj);
> 
> 

http://25.media.tumblr.com/6ee07b54e5c6b6e5f0d0543938adcec0/tumblr_mg9v9m3UhR1rrju89o1_500.jpg

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to