提交 76c50a16 编写于 作者: D David

fix(clipping): Fix clipping of the Border

上级 b1a787bf
......@@ -94,7 +94,7 @@ namespace Windows.UI.Xaml.Controls
UpdateBorder();
}
bool ICustomClippingElement.AllowClippingToLayoutSlot => !(Child is UIElement ue) || ue.RenderTransform == null;
bool ICustomClippingElement.AllowClippingToLayoutSlot => true;
bool ICustomClippingElement.ForceClippingToLayoutSlot => CornerRadius != CornerRadius.None;
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册