diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-11-21 16:03:15 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-11-21 16:03:15 +0100 |
| commit | 863a1a7a00a67185660a14fb216e615db2b3eead (patch) | |
| tree | a6caa0e6a6e0dcf08be5c29e3b84aa2d2a0d0bae /src/layout/text.rs | |
| parent | f24e9b44e0ceb19be6f4e16af2d22815e9ccf5b7 (diff) | |
Completed stack and flex refactoring 🔋
Diffstat (limited to 'src/layout/text.rs')
| -rw-r--r-- | src/layout/text.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/text.rs b/src/layout/text.rs index 88d83ab7..fc7cd385 100644 --- a/src/layout/text.rs +++ b/src/layout/text.rs @@ -72,7 +72,7 @@ impl<'a, 'p> TextLayouter<'a, 'p> { Ok(Layout { dimensions: Size2D::new(self.width, self.ctx.style.font_size), - actions: self.actions.into_vec(), + actions: self.actions.to_vec(), debug_render: false, }) } |
