aboutsummaryrefslogtreecommitdiff
path: root/src/objects.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/objects.c
parentdd3057bff79af7971ec9827e9dc07cdf3366396c (diff)
Fix remaining holes in redraw logic
Diffstat (limited to 'src/objects.c')
-rw-r--r--src/objects.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects.c b/src/objects.c
index d7ad8a3..01d603d 100644
--- a/src/objects.c
+++ b/src/objects.c
@@ -160,7 +160,7 @@ void notify_style_update(struct presentation *p, struct style *sty)
}
p->completely_empty = 0;
- if ( changed ) notify_slide_update(p);
+ if ( changed ) notify_slide_changed(p); /* Trigger redraw etc */
}