Compare commits

...

1 Commits

Author SHA1 Message Date
Corey Berla
a1361fcaae Revert "gtkfilechooserwidget: fix "Visit file" not scrolling to file"
This reverts commit fec3f0191a
2023-09-14 03:27:26 +00:00

View File

@@ -3600,8 +3600,7 @@ show_and_select_files (GtkFileChooserWidget *impl,
if (info2 == info)
{
gtk_column_view_scroll_to (GTK_COLUMN_VIEW (impl->browse_files_column_view), i, FALSE,
GTK_LIST_SCROLL_SELECT | GTK_LIST_SCROLL_FOCUS, FALSE);
gtk_selection_model_select_item (impl->selection_model, i, FALSE);
g_clear_object (&info2);
selected_a_file = TRUE;
break;