From 4ca2aec9dff25ea9a54e24417c20f43e48b3986d Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Mon, 9 Mar 2015 21:55:01 +0100 Subject: [PATCH] Fixed shown scrollbars on some sites (#188). --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index c60d7a2..280dfb9 100644 --- a/src/main.c +++ b/src/main.c @@ -1029,11 +1029,11 @@ static void init_core(void) #endif map_init(); + setup_signals(); + /* enter normal mode */ vb_enter('n'); - setup_signals(); - /* make sure the main window and all its contents are visible */ gtk_widget_show_all(gui->window); -- 2.20.1