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
|
@ -50,7 +50,7 @@ pub fn set_content(self: *Self, content: []const u8) !void {
|
|||
}
|
||||
|
||||
pub fn render(self: *Self, theme: *const Widget.Theme) bool {
|
||||
self.plane.set_base_style(" ", theme.panel);
|
||||
self.plane.set_base_style(theme.panel);
|
||||
self.plane.erase();
|
||||
self.plane.home();
|
||||
for (self.lines.items) |line| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue