From: Carlos Garcia Campos Date: Mon, 24 Aug 2009 13:23:15 +0000 (+0200) Subject: [libview] Update current scroll values when view is realized X-Git-Tag: EVINCE_2_29_1~92 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=3b5294efda84103bc09484ac182afd3ac69ee356;p=evince.git [libview] Update current scroll values when view is realized --- diff --git a/libview/ev-view.c b/libview/ev-view.c index 50e4f722..83053084 100644 --- a/libview/ev-view.c +++ b/libview/ev-view.c @@ -2901,6 +2901,8 @@ ev_view_realize (GtkWidget *widget) gdk_window_set_background (view->layout.bin_window, &widget->style->black); else gdk_window_set_background (view->layout.bin_window, &widget->style->mid [GTK_STATE_NORMAL]); + + on_adjustment_value_changed (NULL, view); } static gboolean