summaryrefslogtreecommitdiff
path: root/render/layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/layout.c')
-rw-r--r--render/layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/layout.c b/render/layout.c
index 4a6718fe1..067321708 100644
--- a/render/layout.c
+++ b/render/layout.c
@@ -1932,7 +1932,7 @@ static bool layout_text_box_split(struct content *content,
c2 = talloc_memdup(content, split_box, sizeof *c2);
if (!c2)
return false;
- c2->clone = 1;
+ c2->flags |= CLONE;
/* Set remaining text in c2 */
if (split_box->parent->parent->gadget != NULL) {