Remove OutOfBounds variant from MouseCursor
This commit is contained in:
parent
85dc07c3b0
commit
59403b6ca8
19 changed files with 18 additions and 22 deletions
|
|
@ -9,7 +9,7 @@ impl column::Renderer for Renderer {
|
|||
layout: Layout<'_>,
|
||||
cursor_position: Point,
|
||||
) -> Self::Output {
|
||||
let mut mouse_cursor = MouseCursor::OutOfBounds;
|
||||
let mut mouse_cursor = MouseCursor::default();
|
||||
|
||||
(
|
||||
Primitive::Group {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue