summaryrefslogtreecommitdiff
path: root/library/src/math/matrix.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-02-02 16:47:10 +0100
committerLaurenz <laurmaedje@gmail.com>2023-02-02 16:47:10 +0100
commite9ff2d6463bf26cb0bbafb747bf8a77800687e3f (patch)
tree810d28ba35557acacf987d08c2000e2e643cbe4e /library/src/math/matrix.rs
parente6400861ab5c4d7ab437901b2334e5822c2693a5 (diff)
More robust automatic math spacing
Diffstat (limited to 'library/src/math/matrix.rs')
-rw-r--r--library/src/math/matrix.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/math/matrix.rs b/library/src/math/matrix.rs
index e5ae6a1d..c47f2d5e 100644
--- a/library/src/math/matrix.rs
+++ b/library/src/math/matrix.rs
@@ -307,7 +307,7 @@ fn layout_delimiters(
ctx.push(GlyphFragment::new(ctx, left).stretch_vertical(ctx, target, short_fall));
}
- ctx.push(frame);
+ ctx.push(FrameFragment::new(ctx, frame));
if let Some(right) = right {
ctx.push(