Skip to content

Commit 8e5f158

Browse files
jchilds0sebastinas
authored andcommitted
Revert "update view when session view size changes"
This reverts commit 5a2d8c5.
1 parent 0c91c2f commit 8e5f158

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

zathura/zathura.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ static bool init_ui(zathura_t* zathura) {
260260
}
261261

262262
g_signal_connect(G_OBJECT(zathura->ui.session->gtk.window), "size-allocate", G_CALLBACK(cb_view_resized), zathura);
263-
g_signal_connect(G_OBJECT(zathura->ui.session->gtk.view), "size-allocate", G_CALLBACK(cb_view_resized), zathura);
264263

265264
GtkAdjustment* hadjustment = gtk_scrolled_window_get_hadjustment(GTK_SCROLLED_WINDOW(zathura->ui.session->gtk.view));
266265

0 commit comments

Comments
 (0)