termio: color link is not really clickable

This commit is contained in:
Boris Faure 2020-06-14 21:54:27 +02:00
parent 423bacbce0
commit d84304fc2e
Signed by untrusted user who does not match committer: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 1 additions and 1 deletions

View File

@ -1293,7 +1293,7 @@ _cb_link_up(void *data,
Termio *sd = evas_object_smart_data_get(data);
EINA_SAFETY_ON_NULL_RETURN(sd);
if ((ev->button == 1) && (sd->link.down.down))
if ((ev->button == 1) && (sd->link.down.down) && (!sd->link.is_color))
{
Evas_Coord dx, dy, finger_size;