Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-view.c')
-rw-r--r--shell/ev-view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ev-view.c b/shell/ev-view.c
index 6bc088b..31705ab 100644
--- a/shell/ev-view.c
+++ b/shell/ev-view.c
@@ -2331,6 +2331,7 @@ ev_view_set_rotation (EvView *view, int rotation)
{
view->rotation = rotation;
+ ev_pixbuf_cache_clear (view->pixbuf_cache);
gtk_widget_queue_resize (GTK_WIDGET (view));
}