FileSystemContainers need to .Load and fire .ContainerChanged on filter
- Issue MatterHackers/MCCentral#2455 Search not functioning in Downloads folder
This commit is contained in:
parent
63128fc549
commit
cdf28f036b
1 changed files with 2 additions and 0 deletions
|
|
@ -102,6 +102,8 @@ namespace MatterHackers.MatterControl.Library
|
|||
if (keywordFilter != value)
|
||||
{
|
||||
keywordFilter = value;
|
||||
this.Load();
|
||||
this.OnContentChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue