Browse Source

fix #542: ILSpy truncates browsing history when switching language modes

pull/488/merge
Siegfried Pammer 10 years ago
parent
commit
7a82db7221
  1. 2
      ILSpy/MainWindow.xaml.cs

2
ILSpy/MainWindow.xaml.cs

@ -463,7 +463,7 @@ namespace ICSharpCode.ILSpy @@ -463,7 +463,7 @@ namespace ICSharpCode.ILSpy
{
RefreshTreeViewFilter();
if (e.PropertyName == "Language") {
DecompileSelectedNodes();
DecompileSelectedNodes(recordHistory: false);
}
}

Loading…
Cancel
Save