Fix Widget::draw for Rule
This commit is contained in:
parent
7f02765214
commit
91b1886968
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ where
|
||||||
_defaults: &Renderer::Defaults,
|
_defaults: &Renderer::Defaults,
|
||||||
layout: Layout<'_>,
|
layout: Layout<'_>,
|
||||||
_cursor_position: Point,
|
_cursor_position: Point,
|
||||||
|
_viewport: &Rectangle,
|
||||||
) -> Renderer::Output {
|
) -> Renderer::Output {
|
||||||
renderer.draw(layout.bounds(), &self.style, self.is_horizontal)
|
renderer.draw(layout.bounds(), &self.style, self.is_horizontal)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue