Actually, this is probably what was intended.

SVN revision: 38145
This commit is contained in:
Jaime Thomas 2008-12-14 17:09:46 +00:00
parent 364c05f124
commit 81c3548670
1 changed files with 1 additions and 0 deletions

View File

@ -1060,6 +1060,7 @@ _edje_part_mouse_down_cb(void *data, Evas *e, Evas_Object *obj, void *event_info
_edje_emit(rp->edje, "entry,paste,request", rp->part->name);
return;
}
if (ev->button != 1) return;
// double click -> select word
// triple click -> select line
tc = evas_object_textblock_cursor_new(rp->object);