Fix Widget::draw for Space widget
This commit is contained in:
parent
e98471d5b6
commit
649d72e7de
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ where
|
||||||
fn draw(
|
fn draw(
|
||||||
&self,
|
&self,
|
||||||
renderer: &mut Renderer,
|
renderer: &mut Renderer,
|
||||||
|
_defaults: &Renderer::Defaults,
|
||||||
layout: Layout<'_>,
|
layout: Layout<'_>,
|
||||||
_cursor_position: Point,
|
_cursor_position: Point,
|
||||||
) -> Renderer::Output {
|
) -> Renderer::Output {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue