Remove OutOfBounds variant from MouseCursor
This commit is contained in:
parent
85dc07c3b0
commit
59403b6ca8
19 changed files with 18 additions and 22 deletions
|
|
@ -16,7 +16,7 @@ impl image::Renderer for Renderer {
|
|||
handle,
|
||||
bounds: layout.bounds(),
|
||||
},
|
||||
MouseCursor::OutOfBounds,
|
||||
MouseCursor::default(),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue