refactor: remove unused parameter in set_base_style
This commit is contained in:
parent
0a43fa853f
commit
cfb9f8cf11
25 changed files with 28 additions and 28 deletions
|
@ -815,7 +815,7 @@ pub const Editor = struct {
|
|||
const frame = tracy.initZone(@src(), .{ .name = "editor render screen" });
|
||||
defer frame.deinit();
|
||||
|
||||
self.plane.set_base_style(" ", theme.editor);
|
||||
self.plane.set_base_style(theme.editor);
|
||||
self.plane.erase();
|
||||
if (hl_row) |_|
|
||||
self.render_line_highlight(&self.get_primary().cursor, theme) catch {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue