Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2005-01-05 09:53:16 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-01-05 09:53:16 (GMT)
commitd8ee8d47ba0982593a9774bb326944349a784b89 (patch)
treee06ab5cd6929f0b7ec6d54f8b36062837f30b27f /shell
parent0e58d20fc6c22fc95b8236d3d53079c062a0041d (diff)
Queue a resize when zoom changes
2005-01-05 Marco Pesenti Gritti <marco@gnome.org> * shell/ev-view.c: (ev_view_zoom): Queue a resize when zoom changes
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-view.c b/shell/ev-view.c
index 1fdf5d5..d8b499b 100644
--- a/shell/ev-view.c
+++ b/shell/ev-view.c
@@ -788,7 +788,7 @@ ev_view_zoom (EvView *view,
ev_document_set_scale (view->document, view->scale);
- gtk_widget_queue_draw (GTK_WIDGET (view));
+ gtk_widget_queue_resize (GTK_WIDGET (view));
}
void