summaryrefslogtreecommitdiff
path: root/render/box.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.c')
-rw-r--r--render/box.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/render/box.c b/render/box.c
index 275079978..fa579aff8 100644
--- a/render/box.c
+++ b/render/box.c
@@ -1176,6 +1176,9 @@ bool box_duplicate_main_tree(struct box *box, struct content *c, int *count)
#if defined(WITH_NS_SVG) || defined(WITH_RSVG)
content_get_type(box->object) == CONTENT_SVG ||
#endif
+#ifdef WITH_APPLE_IMAGE
+ content_get_type(box->object) == CONTENT_APPLE_IMAGE ||
+#endif
false))
box->object = NULL;