mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +00:00
Do the materialize_fake_properties before inlining
This commit is contained in:
parent
2767ceb10b
commit
fd8b97b228
1 changed files with 1 additions and 1 deletions
|
@ -108,10 +108,10 @@ pub async fn run_passes(
|
||||||
);
|
);
|
||||||
default_geometry::default_geometry(component, diag);
|
default_geometry::default_geometry(component, diag);
|
||||||
visible::handle_visible(component, &global_type_registry.borrow());
|
visible::handle_visible(component, &global_type_registry.borrow());
|
||||||
|
materialize_fake_properties::materialize_fake_properties(component);
|
||||||
}
|
}
|
||||||
|
|
||||||
inlining::inline(doc, inlining::InlineSelection::InlineAllComponents);
|
inlining::inline(doc, inlining::InlineSelection::InlineAllComponents);
|
||||||
materialize_fake_properties::materialize_fake_properties(root_component);
|
|
||||||
ensure_window::ensure_window(root_component, &doc.local_registry);
|
ensure_window::ensure_window(root_component, &doc.local_registry);
|
||||||
apply_default_properties_from_style::apply_default_properties_from_style(
|
apply_default_properties_from_style::apply_default_properties_from_style(
|
||||||
root_component,
|
root_component,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue