mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-12 05:27:07 +00:00
parent
6d5787cfdc
commit
ae6f138b6c
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ impl LineWrapper {
|
|||
buffer,
|
||||
self.font_size,
|
||||
&[FontRun {
|
||||
len: 1,
|
||||
len: buffer.len(),
|
||||
font_id: self.font_id,
|
||||
}],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue