Browse Source

fix SearchPanel warning

pull/478/merge
Siegfried Pammer 10 years ago
parent
commit
52e2a22a45
  1. 2
      ILSpy/TextView/DecompilerTextView.cs

2
ILSpy/TextView/DecompilerTextView.cs

@ -104,7 +104,7 @@ namespace ICSharpCode.ILSpy.TextView @@ -104,7 +104,7 @@ namespace ICSharpCode.ILSpy.TextView
DisplaySettingsPanel.CurrentDisplaySettings.PropertyChanged += CurrentDisplaySettings_PropertyChanged;
// Bookmarks context menu
textEditor.TextArea.DefaultInputHandler.NestedInputHandlers.Add(new SearchInputHandler(textEditor.TextArea));
SearchPanel.Install(textEditor.TextArea);
ShowLineMargin();

Loading…
Cancel
Save