Browse Source

Panel no longer overrides the default value of the ClipToBounds property.

pull/2175/head
mstr2 7 years ago
parent
commit
132158baa6
  1. 1
      src/Avalonia.Controls/Panel.cs

1
src/Avalonia.Controls/Panel.cs

@ -31,7 +31,6 @@ namespace Avalonia.Controls
static Panel()
{
AffectsRender<Panel>(BackgroundProperty);
ClipToBoundsProperty.OverrideDefaultValue<Panel>(true);
}
/// <summary>

Loading…
Cancel
Save