Browse Source
Merge pull request #2057 from donandren/issues/1927
fix devtools controls highlighting with immediaterenderer issue #1927
pull/2074/head
danwalmsley
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) |
|
|
|
|