summaryrefslogtreecommitdiff
path: root/framebuffer/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer/gui.c')
-rw-r--r--framebuffer/gui.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/framebuffer/gui.c b/framebuffer/gui.c
index 3da849421..575a4c972 100644
--- a/framebuffer/gui.c
+++ b/framebuffer/gui.c
@@ -1245,6 +1245,8 @@ create_normal_browser_window(struct gui_window *gw, int furniture_width)
/* browser widget */
create_browser_widget(gw, toolbar_height, option_fb_furniture_size);
+ /* Give browser_window's user widget input focus */
+ fbtk_set_focus(gw->browser);
}