WIP: Lots of errors, starting on resurrecting derive Element

This commit is contained in:
Nathan Sobo 2023-11-18 00:27:40 -07:00
parent 23ffce9fbe
commit be33f000e2
5 changed files with 115 additions and 39 deletions

View file

@ -364,7 +364,7 @@ impl<V: 'static> Element<V> for AnyElement<V> {
fn paint(
self,
bounds: Bounds<Pixels>,
_bounds: Bounds<Pixels>,
view_state: &mut V,
_: &mut Self::State,
cx: &mut ViewContext<V>,