billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=d84304fc2e93371122a627ba24e19f5443128bf0

commit d84304fc2e93371122a627ba24e19f5443128bf0
Author: Boris Faure <[email protected]>
Date:   Sun Jun 14 21:54:27 2020 +0200

    termio: color link is not really clickable
---
 src/bin/termio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/termio.c b/src/bin/termio.c
index bf93bf0..092b3f0 100644
--- a/src/bin/termio.c
+++ b/src/bin/termio.c
@@ -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;
 

-- 


Reply via email to