aboutsummaryrefslogtreecommitdiff
path: root/src/objects.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-10-05 18:37:50 +0200
committerThomas White <taw@physics.org>2011-10-05 18:37:50 +0200
commit051b0f2cd60deb8d35e133527cb2e6cf4bdd0d65 (patch)
tree3e3c6b6d92e9610ac1b756202dc1b93af0f129b3 /src/objects.c
parente108eeb76d1feaf37cea243768396de11083d693 (diff)
Update object when changing style
Diffstat (limited to 'src/objects.c')
-rw-r--r--src/objects.c1
1 files changed, 1 insertions, 0 deletions
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;