mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +00:00
Update sixtyfps_compiler/generator.rs
Co-authored-by: Simon Hausmann <simon.hausmann@sixtyfps.io>
This commit is contained in:
parent
a071738a4a
commit
59b12d20e8
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ pub fn build_array_helper(component: &Component, mut visit_item: impl FnMut(&Ele
|
|||
}
|
||||
}
|
||||
|
||||
/// Will wall the `handle_property` callback for every property that needs to be initialized.
|
||||
/// Will call the `handle_property` callback for every property that needs to be initialized.
|
||||
/// This function makes sure to call them in order so that if constant binding need to access
|
||||
/// constant properties, these are already initialized
|
||||
pub fn handle_property_bindings_init(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue