icsharpcode / AvaloniaILSpy

Avalonia-based .NET Decompiler (port of ILSpy)
1.56k stars 173 forks source link

fix crash #3

Closed agametov closed 6 years ago

agametov commented 6 years ago

Fix crash on Linux when call Context menu

jeffreye commented 6 years ago

Thanks, @agametov - Looks good. I just did a quick check on Ubuntu 16.04, and it still crashes when I right click on an Assembly.

Wiguwbe commented 6 years ago

I was about to open an issue when i saw this PR. Doing a quick "grep -r '"images' . -n i see a missing file change, on ILSpy.Core/TreeNodes/AssemblyTreeNode.cs, namely lines 324 and 349

agametov commented 6 years ago

@jeffreye Sorry for the long answer. @Wiguwbe thanks a lot! :-)