FileSystemContainers need to .Load and fire .ContainerChanged on filter

- Issue MatterHackers/MCCentral#2455
Search not functioning in Downloads folder
This commit is contained in:
John Lewin 2017-12-21 23:20:56 -08:00
parent 63128fc549
commit cdf28f036b

View file

@ -102,6 +102,8 @@ namespace MatterHackers.MatterControl.Library
if (keywordFilter != value)
{
keywordFilter = value;
this.Load();
this.OnContentChanged();
}
}
}