From e9ff2d6463bf26cb0bbafb747bf8a77800687e3f Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 2 Feb 2023 16:47:10 +0100 Subject: More robust automatic math spacing --- library/src/math/root.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/src/math/root.rs') diff --git a/library/src/math/root.rs b/library/src/math/root.rs index 2d27bb11..e1c8d987 100644 --- a/library/src/math/root.rs +++ b/library/src/math/root.rs @@ -158,7 +158,7 @@ fn layout( ); frame.push_frame(radicand_pos, radicand); - ctx.push(frame); + ctx.push(FrameFragment::new(ctx, frame)); Ok(()) } -- cgit v1.2.3