WIP
This commit is contained in:
parent
74a0d9316a
commit
7eaba8fabc
20 changed files with 908 additions and 1151 deletions
|
@ -184,10 +184,6 @@ impl AnyView {
|
|||
.compute_layout(layout_id, available_space);
|
||||
(self.paint)(self, &mut rendered_element, cx);
|
||||
}
|
||||
|
||||
pub(crate) fn draw_dispatch_stack(&self, cx: &mut WindowContext) {
|
||||
(self.initialize)(self, cx);
|
||||
}
|
||||
}
|
||||
|
||||
impl<V: 'static> Component<V> for AnyView {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue