mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
use au in TextFragment (#32653)
This commit is contained in:
parent
fe58a5f0a3
commit
4357751f28
3 changed files with 4 additions and 5 deletions
|
@ -245,7 +245,7 @@ impl TextRunLineItem {
|
|||
font_key: self.font_key,
|
||||
glyphs: self.text,
|
||||
text_decoration_line: self.text_decoration_line,
|
||||
justification_adjustment: state.justification_adjustment,
|
||||
justification_adjustment: state.justification_adjustment.into(),
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue