We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29fc232 commit 6e19591Copy full SHA for 6e19591
libview/ev-view-presentation.c
@@ -1313,9 +1313,6 @@ ev_view_presentation_realize (GtkWidget *widget)
1313
gdk_window_set_user_data (window, widget);
1314
gtk_widget_set_window (widget, window);
1315
1316
- gtk_style_context_set_background (gtk_widget_get_style_context (widget),
1317
- window);
1318
-
1319
g_idle_add ((GSourceFunc)init_presentation, widget);
1320
}
1321
0 commit comments