mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Alignment is wrong.
This commit is contained in:
parent
ca26e95e44
commit
b082dceebc
1 changed files with 7 additions and 7 deletions
|
@ -233,13 +233,13 @@ impl TextRunScanner {
|
||||||
|
|
||||||
if flush_mapping {
|
if flush_mapping {
|
||||||
mapping.flush(&mut mappings,
|
mapping.flush(&mut mappings,
|
||||||
&mut run_info,
|
&mut run_info,
|
||||||
&**text,
|
&**text,
|
||||||
compression,
|
compression,
|
||||||
text_transform,
|
text_transform,
|
||||||
&mut last_whitespace,
|
&mut last_whitespace,
|
||||||
&mut start_position,
|
&mut start_position,
|
||||||
end_position);
|
end_position);
|
||||||
if run_info.text.len() > 0 {
|
if run_info.text.len() > 0 {
|
||||||
if flush_run {
|
if flush_run {
|
||||||
run_info.flush(&mut run_info_list, &mut insertion_point);
|
run_info.flush(&mut run_info_list, &mut insertion_point);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue