chore: update gpui
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user