mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-18 03:24:15 -04:00
[GUI] Some fixes for asset list filtering
This commit is contained in:
@ -657,7 +657,7 @@ namespace AssetStudioGUI
|
||||
{
|
||||
BeginInvoke(new Action(() =>
|
||||
{
|
||||
if (listSearch.Text != "")
|
||||
if (listSearch.Text != "" && listSearch.Text != " Filter ")
|
||||
{
|
||||
if (listSearchHistory.Items.Count == listSearchHistory.MaxDropDownItems)
|
||||
{
|
||||
@ -1867,7 +1867,7 @@ namespace AssetStudioGUI
|
||||
}
|
||||
}
|
||||
|
||||
private void listSearchHistory_TextChanged(object sender, EventArgs e)
|
||||
private void listSearchHistory_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
listSearch.Text = listSearchHistory.Text;
|
||||
listSearch.Focus();
|
||||
|
Reference in New Issue
Block a user