Browse Source

Merge pull request #2175 from mstr2/remove-panel-cliptobounds-override

Panel no longer overrides the default value of the ClipToBounds property
pull/2182/head
Steven Kirk 8 years ago
committed by GitHub
parent
commit
7c5bcb1832
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/Avalonia.Controls/Panel.cs

1
src/Avalonia.Controls/Panel.cs

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

Loading…
Cancel
Save