Hook escape key to clear search filter
This commit is contained in:
parent
18c4357057
commit
81f4786d27
4 changed files with 25 additions and 1 deletions
|
|
@ -91,6 +91,12 @@ namespace MatterHackers.MatterControl
|
|||
return hasMatch;
|
||||
}
|
||||
|
||||
protected override void OnClearSearch()
|
||||
{
|
||||
rootNode.Expanded = true;
|
||||
base.OnClearSearch();
|
||||
}
|
||||
|
||||
private void CreateKeyBindingsPage()
|
||||
{
|
||||
double left, right;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue