WIP
This commit is contained in:
parent
d47ef6470b
commit
4d320f065e
10 changed files with 1125 additions and 1060 deletions
|
@ -397,18 +397,17 @@ impl Bind for WindowBounds {
|
|||
}
|
||||
};
|
||||
|
||||
// statement.bind(
|
||||
// ®ion.map(|region| {
|
||||
// (
|
||||
// region.origin.x,
|
||||
// region.origin.y,
|
||||
// region.size.width,
|
||||
// region.size.height,
|
||||
// )
|
||||
// }),
|
||||
// next_index,
|
||||
// )
|
||||
todo!()
|
||||
statement.bind(
|
||||
®ion.map(|region| {
|
||||
(
|
||||
region.origin.x,
|
||||
region.origin.y,
|
||||
region.size.width,
|
||||
region.size.height,
|
||||
)
|
||||
}),
|
||||
next_index,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue