diff options
Diffstat (limited to 'library/src/math/matrix.rs')
| -rw-r--r-- | library/src/math/matrix.rs | 2 |
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( |
