We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e9790 commit d7ba0faCopy full SHA for d7ba0fa
Microsoft.Toolkit.Uwp.UI/Shadows/AttachedDropShadow.cs
@@ -344,6 +344,7 @@ protected internal override void OnSizeChanged(AttachedShadowElementContext cont
344
context.SpriteVisual.Offset = context.Element.CoordinatesFrom(CastTo).ToVector3();
345
346
UpdateShadowClip(context);
347
+ UpdateShadowMask(context);
348
349
base.OnSizeChanged(context, newSize, previousSize);
350
}
0 commit comments