Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 0d4922c

Browse files
committed
latest Avalonia and fix #21
1 parent a05a6b3 commit 0d4922c

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

AvaloniaEdit

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<PropertyGroup>
8-
<AvaloniaVersion>0.9.0-preview1</AvaloniaVersion>
8+
<AvaloniaVersion>0.9.0-preview7</AvaloniaVersion>
99
</PropertyGroup>
1010

1111
</Project>

ILSpy.Core/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ private bool CanResolveTypeInPEFile(PEFile module, ITypeReference typeRef, out E
606606

607607
void MainWindow_Loaded(object sender, EventArgs e)
608608
{
609-
Application.Current.FocusManager.Focus(treeView);
609+
Application.Current.FocusManager.Focus(this);
610610

611611
InitMainMenu();
612612
InitToolbar();

ILSpy/ILSpy.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,5 @@
6262

6363
<ItemGroup>
6464
<PackageReference Include="Avalonia.Desktop" />
65-
<PackageReference Include="NSubsys" Version="1.0.0" />
6665
</ItemGroup>
6766
</Project>

0 commit comments

Comments
 (0)