Update Avalonia to 11.0.4.

This commit is contained in:
2023-09-25 22:58:48 +01:00
parent 500970b7a4
commit 9abb0368ee
36 changed files with 100 additions and 97 deletions

View File

@@ -30,6 +30,7 @@
// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
/* TODO: Doesn't compile with Avalonia 11.0, but it didn't work previously so pending rewriting
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
@@ -485,4 +486,5 @@ public sealed class BlockMap : ItemsControl
_bitmap = null;
base.OnDetachedFromLogicalTree(e);
}
}
}
*/