This reverts commit efba2cbfd3
.
Unfortunately, the Docker image for 1.89 has not shown up yet. Once it
has, we should re-land this.
Release Notes:
- N/A
This commit is contained in:
parent
3d662ee282
commit
c7d641ecb8
8 changed files with 55 additions and 35 deletions
|
@ -136,7 +136,7 @@ impl BatchedTextRun {
|
|||
.shape_line(
|
||||
self.text.clone().into(),
|
||||
self.font_size.to_pixels(window.rem_size()),
|
||||
std::slice::from_ref(&self.style),
|
||||
&[self.style.clone()],
|
||||
Some(dimensions.cell_width),
|
||||
)
|
||||
.paint(pos, dimensions.line_height, window, cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue