Fix bad kerning in integrated terminal (#34292)
Closes #16869 Release Notes: - (preview only): Fix bad kerning in integrated terminal.
This commit is contained in:
parent
993e0f55ec
commit
70351360d7
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ impl BatchedTextRun {
|
|||
cx: &mut App,
|
||||
) {
|
||||
let pos = Point::new(
|
||||
(origin.x + self.start_point.column as f32 * dimensions.cell_width).floor(),
|
||||
origin.x + self.start_point.column as f32 * dimensions.cell_width,
|
||||
origin.y + self.start_point.line as f32 * dimensions.line_height,
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue