mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-12-10 08:51:34 +08:00
Add clear button to all filter
This commit is contained in:
@@ -63,6 +63,16 @@ namespace GrasscutterTools.Pages
|
||||
return true;
|
||||
}).ToArray());
|
||||
ListQuest.EndUpdate();
|
||||
|
||||
LblClearFilter.Visible = TxtQuestFilter.Text.Length > 0;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 点击清空过滤栏标签时触发
|
||||
/// </summary>
|
||||
private void LblClearFilter_Click(object sender, EventArgs e)
|
||||
{
|
||||
TxtQuestFilter.Clear();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user