evas textblock: return text direction for under cursor in cursor geometry get
authorThiep Ha <thiep.ha@samsung.com>
Thu, 2 Oct 2014 07:36:35 +0000 (08:36 +0100)
committerTom Hacohen <tom@stosb.com>
Thu, 2 Oct 2014 07:36:35 +0000 (08:36 +0100)
commitdee98ea248b2eac7f6ff49afbeb8853e959d92fe
treebc7a2c03180c09d52c48af7ed6d6a0c8682eb817
parent7a1dc9b0df9bf4c51b7ab7547058425599504fce
evas textblock: return text direction for under cursor in cursor geometry get

Summary:
Currently, in cursor geometry get function, the text direction is not
returned if cursor is under cursor.
This patch fixs it by returning text direction for under cursor.

@fix

Reviewers: tasn

Subscribers: herdsman, cedric

Differential Revision: https://phab.enlightenment.org/D1505
src/lib/evas/canvas/evas_object_textblock.c
src/tests/evas/evas_test_textblock.c