Browse Source

Merge branch 'feature/transitioning-content-control' of https://github.com/AvaloniaUI/Avalonia into feature/transitioning-content-control

pull/7611/head
Takoooooo 5 years ago
parent
commit
45cb2edc96
  1. 2
      src/Avalonia.Controls/TransitioningContentControl.cs

2
src/Avalonia.Controls/TransitioningContentControl.cs

@ -52,7 +52,7 @@ public class TransitioningContentControl : ContentControl
if (change.Property == ContentProperty) if (change.Property == ContentProperty)
{ {
UpdateContentWithTransition(change.NewValue.GetValueOrDefault()); UpdateContentWithTransition(Content);
} }
} }

Loading…
Cancel
Save