From: Daniel Carl Date: Mon, 9 Mar 2015 20:55:01 +0000 (+0100) Subject: Fixed shown scrollbars on some sites (#188). X-Git-Url: https://git.owens.tech/editable-focus.html/editable-focus.html/git?a=commitdiff_plain;h=4ca2aec9dff25ea9a54e24417c20f43e48b3986d;p=vimb.git Fixed shown scrollbars on some sites (#188). --- 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);