chore: update gpui

This commit is contained in:
2025-02-09 14:34:47 +07:00
parent 600af900e9
commit 6805ed8be5
2 changed files with 44 additions and 36 deletions

View File

@@ -516,7 +516,7 @@ impl Element for TextElement {
for line in prepaint.lines.iter() {
let p = point(origin.x, origin.y + offset_y);
_ = line.paint(p, line_height, gpui::TextAlign::Left, window, cx);
_ = line.paint(p, line_height, gpui::TextAlign::Left, None, window, cx);
offset_y += line.size(line_height).height;
}