This is an automated email from the git hooks/post-receive script.

alex pushed a 
commit to branch 
master
in repository xfce/exo.

commit dba8f1478251119974b5849e3f93730fded5d090
Author: Theo Linkspfeifer <lastonestand...@tutanota.com>
Date:   Mon Mar 23 22:45:25 2020 +0100

    Wrong keyboard navigation after using rubberband in exo-icon-view (Bug 
#16286)
---
 exo/exo-icon-view.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/exo/exo-icon-view.c b/exo/exo-icon-view.c
index d69fe69..7705bef 100644
--- a/exo/exo-icon-view.c
+++ b/exo/exo-icon-view.c
@@ -3171,6 +3171,9 @@ exo_icon_view_update_rubberband_selection (ExoIconView 
*icon_view)
           item->selected = selected;
           exo_icon_view_queue_draw_item (icon_view, item);
         }
+
+      if (item->selected)
+        icon_view->priv->cursor_item = item;
     }
 
   if (G_LIKELY (changed))

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to