Change from KeywordFilter property to ICustomSearch

This commit is contained in:
John Lewin 2018-12-21 18:35:59 -08:00
parent 28333b5926
commit f88b04b7bc
11 changed files with 78 additions and 47 deletions

View file

@ -61,7 +61,7 @@ namespace MatterHackers.MatterControl.Library
public event EventHandler<ItemChangedEventArgs> ItemContentChanged;
public bool AllowAction(ContainerActions containerActions)
public override bool AllowAction(ContainerActions containerActions)
{
switch(containerActions)
{