It would be nice if somebody more familiar with this codebase could
check if it's ok.

Thanks

On Thu, May 27, 2010 at 7:18 PM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
>  Fix _edje_entry_cursor_end function.
>
>  This fix the issue with elementary cursor end set function.
>  The cursor is now after the last textblock node, and not before it, as
>  it was until now.
>
>
> Author:       bdilly
> Date:         2010-05-27 15:18:37 -0700 (Thu, 27 May 2010)
> New Revision: 49242
>
> Modified:
>  trunk/edje/src/lib/edje_entry.c
>
> Modified: trunk/edje/src/lib/edje_entry.c
> ===================================================================
> --- trunk/edje/src/lib/edje_entry.c     2010-05-27 21:10:20 UTC (rev 49241)
> +++ trunk/edje/src/lib/edje_entry.c     2010-05-27 22:18:37 UTC (rev 49242)
> @@ -2498,8 +2498,7 @@
>    Entry *en = rp->entry_data;
>    Evas_Textblock_Cursor *c = _cursor_get(rp, cur);
>    if (!c) return;
> -   evas_textblock_cursor_node_last(c);
> -   _curs_update_from_curs(c, rp->object, rp->entry_data);
> +   _curs_end(c, rp->object, rp->entry_data);
>    _sel_update(c, rp->object, rp->entry_data);
>
>  #ifdef HAVE_ECORE_IMF
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>

------------------------------------------------------------------------------

_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to