From 051b0f2cd60deb8d35e133527cb2e6cf4bdd0d65 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 5 Oct 2011 18:37:50 +0200 Subject: Update object when changing style --- src/objects.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/objects.c') diff --git a/src/objects.c b/src/objects.c index a38341c..4a1b3db 100644 --- a/src/objects.c +++ b/src/objects.c @@ -72,6 +72,7 @@ void notify_style_update(struct presentation *p, struct style *sty) if ( s->objects[j]->style != sty ) continue; + s->objects[j]->update_object(s->objects[j]); s->object_seq++; if ( p->view_slide == s ) changed = 1; break; -- cgit v1.2.3