Rename Empty widget to Space
This commit is contained in:
parent
8426bf953c
commit
3a327e08e9
8 changed files with 69 additions and 69 deletions
|
|
@ -1,8 +0,0 @@
|
|||
use crate::{Primitive, Renderer};
|
||||
use iced_native::{empty, MouseCursor, Rectangle};
|
||||
|
||||
impl empty::Renderer for Renderer {
|
||||
fn draw(&mut self, _bounds: Rectangle) -> Self::Output {
|
||||
(Primitive::None, MouseCursor::OutOfBounds)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue