diff options
author | Thomas White <taw@physics.org> | 2011-10-05 18:37:50 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2011-10-05 18:37:50 +0200 |
commit | 051b0f2cd60deb8d35e133527cb2e6cf4bdd0d65 (patch) | |
tree | 3e3c6b6d92e9610ac1b756202dc1b93af0f129b3 | |
parent | e108eeb76d1feaf37cea243768396de11083d693 (diff) |
Update object when changing style
-rw-r--r-- | src/objects.c | 1 |
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; |