👽️ Aplica cambios de API asociados a componentes

This commit is contained in:
Manuel Cillero 2023-06-24 01:03:41 +02:00
parent a39fee9297
commit b5606f043a
16 changed files with 65 additions and 64 deletions

View file

@ -41,7 +41,7 @@ impl ThemeTrait for Bulmix {
}
#[rustfmt::skip]
fn before_render_component(
fn before_prepare_component(
&self,
component: &mut dyn ComponentTrait,
_rcx: &mut RenderContext,