Fix further focus issues

This commit is contained in:
2021-11-12 07:23:24 +01:00
parent 97109b1e58
commit 0bec06b55d
3 changed files with 18 additions and 1 deletions

View File

@@ -120,6 +120,7 @@ switch_to_view(const char *path)
{
gtk_window_set_title(GTK_WINDOW(g.window), path);
gtk_stack_set_visible_child(GTK_STACK(g.stack), g.view_scroller);
gtk_widget_grab_focus(g.view);
}
static void