summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libview/ev-view.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libview/ev-view.c b/libview/ev-view.c
index b898286e..80f1df48 100644
--- a/libview/ev-view.c
+++ b/libview/ev-view.c
@@ -5277,7 +5277,6 @@ ev_view_init (EvView *view)
gtk_widget_set_can_focus (GTK_WIDGET (view), TRUE);
gtk_widget_set_has_window (GTK_WIDGET (view), TRUE);
gtk_widget_set_redraw_on_allocate (GTK_WIDGET (view), FALSE);
- gtk_container_set_resize_mode (GTK_CONTAINER (view), GTK_RESIZE_QUEUE);
context = gtk_widget_get_style_context (GTK_WIDGET (view));
gtk_style_context_add_class (context, "content-view");