mirror of https://github.com/helix-editor/helix
revert(statusline): revert regression introduced by c0a1870
parent
42654fdc57
commit
aa8c467f37
|
@ -62,7 +62,7 @@ impl StatusLine {
|
|||
context.theme.get("ui.statusline.inactive")
|
||||
};
|
||||
|
||||
surface.set_style(viewport, base_style);
|
||||
surface.set_style(viewport.with_height(1), base_style);
|
||||
|
||||
let write_left = |context: &mut RenderContext, text, style| {
|
||||
Self::append(&mut context.parts.left, text, &base_style, style)
|
||||
|
|
Loading…
Reference in New Issue