picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.69k stars 334 forks source link

Only remove the child from parent if it is different #2657

Closed cwensley closed 6 months ago

cwensley commented 6 months ago

Fixes DataContextChangeShouldFireForControlInTableLayout test so it doesn't fire DataContextChanged multiple times and created new test to verify it works correctly in the other case.