Browse Source

Merge branch 'fixes/1343-rectanglegeometry-transform' into fixes/337-focus-adorner-clipping

pull/1350/head
Steven Kirk 8 years ago
parent
commit
1eab0521d6
  1. 2
      src/Avalonia.Visuals/Platform/IGeometryImpl.cs

2
src/Avalonia.Visuals/Platform/IGeometryImpl.cs

@ -9,7 +9,7 @@ namespace Avalonia.Platform
/// <summary>
/// Defines the platform-specific interface for a <see cref="Geometry"/>.
/// </summary>
public interface IGeometryImpl : IDisposable
public interface IGeometryImpl
{
/// <summary>
/// Gets the geometry's bounding rectangle.

Loading…
Cancel
Save