mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-03 10:23:32 +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
|
@ -346,7 +346,7 @@ pub struct BuiltinPropertyInfo {
|
|||
|
||||
impl BuiltinPropertyInfo {
|
||||
pub fn new(ty: Type) -> Self {
|
||||
Self { ty, default_value: None, property_visibility: PropertyVisibility::Private }
|
||||
Self { ty, default_value: None, property_visibility: PropertyVisibility::InOut }
|
||||
}
|
||||
|
||||
pub fn is_native_output(&self) -> bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue