Skip to content

Commit

Permalink
fix(ShadowContainer): Properly invalidate on shadows collection chang…
Browse files Browse the repository at this point in the history
…ed (backport #806) (#809)

Co-authored-by: Steve Bilogan <steve.bilogan@gmail.com>
  • Loading branch information
mergify[bot] and kazo0 committed Sep 4, 2023
1 parent 7607417 commit a10f9ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ void OnShadowCollectionChanged(object? sender, NotifyCollectionChangedEventArgs
_isShadowDirty = true;

InvalidateCanvasLayout();
InvalidateShadows();
}
}
void BindItems(IEnumerable<Shadow>? shadows)
Expand Down

0 comments on commit a10f9ec

Please sign in to comment.