[evince] [libview] Update current scroll values when view is realized
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evince] [libview] Update current scroll values when view is realized
- Date: Tue, 15 Sep 2009 14:11:50 +0000 (UTC)
commit 3b5294efda84103bc09484ac182afd3ac69ee356
Author: Carlos Garcia Campos <carlosgc gnome org>
Date: Mon Aug 24 15:23:15 2009 +0200
[libview] Update current scroll values when view is realized
libview/ev-view.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libview/ev-view.c b/libview/ev-view.c
index 50e4f72..8305308 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]