From 6672f8f7dfcb38bbda3ec92bdf95341c05e9a782 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 4 Oct 2020 18:18:55 +0200 Subject: =?UTF-8?q?Remove=20Typesetter=20in=20favor=20of=20typeset=20funct?= =?UTF-8?q?ion=20=F0=9F=8E=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/library/boxed.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/library') diff --git a/src/library/boxed.rs b/src/library/boxed.rs index b36a151b..fe0272bf 100644 --- a/src/library/boxed.rs +++ b/src/library/boxed.rs @@ -33,7 +33,7 @@ pub async fn boxed( ctx.spaces[0].expansion.vertical = true; } - let layouted = layout(&content, ctx).await; + let layouted = layout_tree(&content, ctx).await; let layout = layouted.output.into_iter().next().unwrap(); f.extend(layouted.feedback); -- cgit v1.2.3