Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-11-15 10:25:25 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-11-15 10:25:25 (GMT)
commit2242d8db97b5ce5694acadfa33848fd321e28936 (patch)
tree45b1989af3e5ff6e1391e0fc2f8264ed976b3fe1 /libview
parent2368892a87690b6097a23e4acfcda8e6c5bfc69e (diff)
[libview] Make sure view is redrawn as soon as current page is rendered
Fixes bgo#601433.
Diffstat (limited to 'libview')
-rw-r--r--libview/ev-view.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libview/ev-view.c b/libview/ev-view.c
index e917a67..6417a43 100644
--- a/libview/ev-view.c
+++ b/libview/ev-view.c
@@ -701,6 +701,9 @@ view_update_range_and_current_page (EvView *view)
view->rotation,
view->scale,
view->selection_info.selections);
+
+ if (ev_pixbuf_cache_get_surface (view->pixbuf_cache, view->current_page))
+ gtk_widget_queue_draw (GTK_WIDGET (view));
}
static void