aboutsummaryrefslogtreecommitdiff
path: root/src/slideshow.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-10-17 22:35:49 +0100
committerThomas White <taw@bitwiz.org.uk>2011-10-17 22:35:58 +0100
commit55387c17d2566050710e5e07beb61166392e830b (patch)
tree663c51aef3ef0ffc89f681b26eefcefa22e2d879 /src/slideshow.c
parentdd3057bff79af7971ec9827e9dc07cdf3366396c (diff)
Fix remaining holes in redraw logic
Diffstat (limited to 'src/slideshow.c')
-rw-r--r--src/slideshow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slideshow.c b/src/slideshow.c
index acee256..2b40fe5 100644
--- a/src/slideshow.c
+++ b/src/slideshow.c
@@ -87,7 +87,7 @@ static gboolean ss_expose_sig(GtkWidget *da, GdkEventExpose *event,
void notify_slideshow_slide_changed(struct presentation *p)
{
- gdk_window_invalidate_rect(p->ss_drawingarea->window, NULL, FALSE);
+ redraw_slide(p->cur_proj_slide);
}