listSearh fix

This commit is contained in:
VaDiM
2020-08-01 21:14:42 +03:00
parent 04266251aa
commit eab789939d
6 changed files with 38 additions and 36 deletions

View File

@@ -1199,6 +1199,8 @@ namespace AssetStudioGUI
reverseSort = false;
enableFiltering = false;
listSearch.Text = " Filter ";
if (tabControl1.SelectedIndex == 1)
assetListView.Select();
var count = filterTypeToolStripMenuItem.DropDownItems.Count;
for (var i = 1; i < count; i++)