From f7458f9533d28b95dcd71b20166a5961f358e824 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 29 Jan 2023 19:04:48 +0100 Subject: Matrices --- library/src/math/stack.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/src/math/stack.rs') diff --git a/library/src/math/stack.rs b/library/src/math/stack.rs index ec233cd9..3a47059c 100644 --- a/library/src/math/stack.rs +++ b/library/src/math/stack.rs @@ -292,7 +292,7 @@ pub(super) fn stack( let points = alignments(&rows); let rows: Vec<_> = rows .into_iter() - .map(|row| row.to_line_frame(ctx, &points, align)) + .map(|row| row.to_aligned_frame(ctx, &points, align)) .collect(); for row in &rows { -- cgit v1.2.3