Real-Serious-Games/Unity-Weld

Binding to parent viewmodel afte Collection Binding doesn't work

Closed this issue · 1 comments

step4 commented

In the Collection Binding Example I have added a OneWayPropertyBinding for the text color to a Color property from the parent viewmodel MyUI3.
If I change the Color property the Binding does not execute.

step4 commented

Sorry my bad.
I forgot to call OnPropertyChanged.