if (ev->flags & EVAS_BUTTON_DOUBLE_CLICK) return;
if (ev->event_flags & EVAS_EVENT_FLAG_ON_HOLD) return;
if (!_elm_config->desktop_entry && sd->have_selection && !sd->long_pressed)
- elm_entry_select_none(data);
+ {
+ elm_entry_select_none(data);
+ _create_cursor_handler(data, sd);
+ _update_cursor_handler(data, sd);
+ evas_object_show(sd->cursor_handler);
+ sd->cursor_handler_shown = EINA_TRUE;
+ }
//
/* Since context menu disabled flag was checked at long press start while mouse
* down, hence the same should be checked at mouse up from a long press