mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
parent
e79dcc4bec
commit
0feb674612
3 changed files with 0 additions and 15 deletions
|
@ -1354,12 +1354,6 @@ impl Element {
|
|||
}
|
||||
|
||||
for ch in node.PropertyChangedCallback() {
|
||||
if !diag.enable_experimental && !tr.expose_internal_types {
|
||||
diag.push_error(
|
||||
"Change callbacks are experimental and not yet implemented in this version of Slint".into(),
|
||||
&ch,
|
||||
);
|
||||
}
|
||||
let Some(prop) = parser::identifier_text(&ch.DeclaredIdentifier()) else { continue };
|
||||
let lookup_result = r.lookup_property(&prop);
|
||||
if !lookup_result.is_valid() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue