[Xfce4-commits] [xfce/exo] 01/01: Wrong keyboard navigation after using rubberband in exo-icon-view (Bug #16286)
noreply at xfce.org
noreply at xfce.org
Wed Mar 25 00:34:59 CET 2020
This is an automated email from the git hooks/post-receive script.
a l e x p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/exo.
commit dba8f1478251119974b5849e3f93730fded5d090
Author: Theo Linkspfeifer <lastonestanding at 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.
More information about the Xfce4-commits
mailing list