Samsung / TizenFX

C# Device APIs for Tizen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[NUI] unnecessary code is found at codes for default value of BindableProperty.

idkiller opened this issue · comments

else if (property.DefaultValueCreator != null )
{
context.Value = property.DefaultValueCreator(this); //Update Value from dali
}//added by xb.teng

This code fixes the value of BindableProperty with defaultValueCreator as default value.
Why do you need this code?

@elishateng
Hello,
I sorry, I missed this issue.
Could you check this? I can see your comment on the snipped code above.
Thank you.

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

Hmm,, i think we need dali value getter callback?
DefaultValueCreator is being used to get dali property value.

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days