Fix viewport argument in PaneGrid draw calls
This commit is contained in:
parent
a5fddf9ee6
commit
f52f8c1337
5 changed files with 29 additions and 8 deletions
|
|
@ -257,6 +257,7 @@ impl pane_grid::Renderer for Null {
|
|||
_layout: Layout<'_>,
|
||||
_style: &<Self as pane_grid::Renderer>::Style,
|
||||
_cursor_position: Point,
|
||||
_viewport: &Rectangle,
|
||||
) {
|
||||
}
|
||||
|
||||
|
|
@ -271,6 +272,7 @@ impl pane_grid::Renderer for Null {
|
|||
)>,
|
||||
_body: (&Element<'_, Message, Self>, Layout<'_>),
|
||||
_cursor_position: Point,
|
||||
_viewport: &Rectangle,
|
||||
) {
|
||||
}
|
||||
|
||||
|
|
@ -282,6 +284,7 @@ impl pane_grid::Renderer for Null {
|
|||
_content: (&Element<'_, Message, Self>, Layout<'_>),
|
||||
_controls: Option<(&Element<'_, Message, Self>, Layout<'_>)>,
|
||||
_cursor_position: Point,
|
||||
_viewport: &Rectangle,
|
||||
) {
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue