Let mouse selections work again.

SVN revision: 38144
This commit is contained in:
Jaime Thomas 2008-12-14 17:07:51 +00:00
parent 300c7b814c
commit 364c05f124
1 changed files with 0 additions and 1 deletions

View File

@ -1060,7 +1060,6 @@ _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 != 2) return;
// double click -> select word
// triple click -> select line
tc = evas_object_textblock_cursor_new(rp->object);