Browse Source

Keep change settings handlers consistent.

pull/1464/head
Siegfried Pammer 6 years ago
parent
commit
47b4d83633
  1. 3
      ILSpy/Search/SearchPane.cs

3
ILSpy/Search/SearchPane.cs

@ -103,6 +103,9 @@ namespace ICSharpCode.ILSpy @@ -103,6 +103,9 @@ namespace ICSharpCode.ILSpy
if (IsVisible) {
StartSearch(this.SearchTerm);
} else {
StartSearch(null);
runSearchOnNextShow = true;
}
}

Loading…
Cancel
Save