This commit is contained in:
Nathan Sobo 2023-07-26 13:34:57 -06:00
parent 0374bc66ce
commit c602d98680
6 changed files with 86 additions and 12 deletions

View file

@ -373,6 +373,7 @@ impl View for SyntaxTreeView {
font_size,
font_properties: Default::default(),
underline: Default::default(),
soft_wrap: false,
};
let line_height = cx.font_cache().line_height(font_size);