This commit is contained in:
Antonio Scandurra 2023-04-12 15:55:43 +02:00
parent b54f08db77
commit 83070a19c4
27 changed files with 154 additions and 162 deletions

View file

@ -812,7 +812,7 @@ impl Element<TerminalView> for TerminalElement {
}
if let Some(element) = &mut layout.hyperlink_tooltip {
Element::paint(element, scene, origin, visible_bounds, view, view, cx)
element.paint(scene, origin, visible_bounds, view, cx)
}
});
}