Browse Source

fix devtools controls highlighting with immediaterenderer issue #1927

pull/2057/head
Andrey Kunchev 8 years ago
parent
commit
0cbd7b5117
  1. 2
      src/Avalonia.Controls/Primitives/AdornerLayer.cs

2
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)

Loading…
Cancel
Save