efl-mono: Add call to property bind for parts

This commit is contained in:
Felipe Magno de Almeida 2019-08-13 20:38:53 -03:00
parent 0bb1a6f410
commit cc8a914569
1 changed files with 1 additions and 2 deletions

View File

@ -40,8 +40,7 @@ public class BindableProperty<T>
}
else
{
// FIXME Part binding goes here
Eina.Log.Error($"Binding part {partName}.{propertyName} to {modelProperty}");
((Efl.Ui.IPropertyBind)((Efl.IPart)this.binder).GetPart (this.partName)).PropertyBind (this.propertyName, modelProperty);
}
}