mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-01 12:24:16 +00:00
input output property: fix semantic with two ways bindings
This commit is contained in:
parent
15d9a2665b
commit
6ab6ae63d4
10 changed files with 477 additions and 23 deletions
|
|
@ -86,6 +86,8 @@ pub fn load_builtins(register: &mut TypeRegister) {
|
|||
register,
|
||||
));
|
||||
|
||||
info.property_visibility = PropertyVisibility::Private;
|
||||
|
||||
for token in p.children_with_tokens() {
|
||||
if token.kind() != SyntaxKind::Identifier {
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue