Change from KeywordFilter property to ICustomSearch
This commit is contained in:
parent
28333b5926
commit
f88b04b7bc
11 changed files with 78 additions and 47 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue