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 (#806)
  • Loading branch information
kazo0 committed Sep 4, 2023
1 parent 5bbae22 commit 841ee0c
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 841ee0c

Please sign in to comment.