Browse Source

Fix DebugSteps not working when changing to ILAstLanguage.

pull/2642/head
Siegfried Pammer 3 years ago
parent
commit
272db616ba
  1. 2
      ILSpy/Views/DebugSteps.xaml.cs

2
ILSpy/Views/DebugSteps.xaml.cs

@ -31,7 +31,7 @@ namespace ICSharpCode.ILSpy @@ -31,7 +31,7 @@ namespace ICSharpCode.ILSpy
#if DEBUG
DockWorkspace.Instance.PropertyChanged += DockWorkspace_PropertyChanged;
this.filterSettings = MainWindow.Instance.SessionSettings.FilterSettings;
filterSettings = DockWorkspace.Instance.ActiveTabPage.FilterSettings;
filterSettings.PropertyChanged += FilterSettings_PropertyChanged;
MainWindow.Instance.SelectionChanged += SelectionChanged;
writingOptions.PropertyChanged += WritingOptions_PropertyChanged;

Loading…
Cancel
Save