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:
4
AssetStudioGUI/AssetStudioGUIForm.Designer.cs
generated
4
AssetStudioGUI/AssetStudioGUIForm.Designer.cs
generated
@ -723,7 +723,9 @@
|
||||
this.listSearchHistory.Size = new System.Drawing.Size(351, 21);
|
||||
this.listSearchHistory.TabIndex = 2;
|
||||
this.listSearchHistory.TabStop = false;
|
||||
this.listSearchHistory.TextChanged += new System.EventHandler(this.listSearchHistory_TextChanged);
|
||||
this.listSearchHistory.SelectedIndexChanged += new System.EventHandler(this.listSearchHistory_SelectedIndexChanged);
|
||||
this.listSearchHistory.Enter += new System.EventHandler(this.listSearch_Enter);
|
||||
this.listSearchHistory.Leave += new System.EventHandler(this.listSearch_Leave);
|
||||
//
|
||||
// listSearchFilterMode
|
||||
//
|
||||
|
Reference in New Issue
Block a user