mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 06:10:21 +00:00
Fix the build
One hunk got lost when cherry-picking the icon view keynav changes.
This commit is contained in:
parent
fcf0edb6c1
commit
4451536712
@ -4080,10 +4080,13 @@ gtk_icon_view_move_cursor_up_down (GtkIconView *icon_view,
|
||||
gint cell;
|
||||
gboolean dirty = FALSE;
|
||||
gint step;
|
||||
GtkTextDirection direction;
|
||||
|
||||
if (!gtk_widget_has_focus (GTK_WIDGET (icon_view)))
|
||||
return;
|
||||
|
||||
|
||||
direction = count < 0 ? GTK_DIR_UP : GTK_DIR_DOWN;
|
||||
|
||||
if (!icon_view->priv->cursor_item)
|
||||
{
|
||||
GList *list;
|
||||
|
Loading…
Reference in New Issue
Block a user