Merge branch 'main' into terminal-element
This commit is contained in:
commit
fd31e429f5
103 changed files with 10646 additions and 3579 deletions
|
@ -78,7 +78,7 @@ impl PlatformWindow for TestWindow {
|
|||
}
|
||||
|
||||
fn mouse_position(&self) -> Point<Pixels> {
|
||||
Point::zero()
|
||||
Point::default()
|
||||
}
|
||||
|
||||
fn as_any_mut(&mut self) -> &mut dyn std::any::Any {
|
||||
|
@ -223,7 +223,7 @@ impl PlatformAtlas for TestAtlas {
|
|||
},
|
||||
tile_id: TileId(tile_id),
|
||||
bounds: crate::Bounds {
|
||||
origin: Point::zero(),
|
||||
origin: Point::default(),
|
||||
size,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue