Browse Source
Merge branch 'master' into issues/2000
pull/2001/head
Steven Kirk
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Controls/Primitives/AdornerLayer.cs
|
|
|
@ -89,7 +89,7 @@ namespace Avalonia.Controls.Primitives |
|
|
|
control.Clip = clip; |
|
|
|
} |
|
|
|
|
|
|
|
clip.Rect = bounds.Clip.TransformToAABB(-bounds.Transform); |
|
|
|
clip.Rect = bounds.Bounds; |
|
|
|
} |
|
|
|
|
|
|
|
private void ChildrenCollectionChanged(object sender, NotifyCollectionChangedEventArgs e) |
|
|
|
|