Disable Up Folder button in RootContainer

- Issue MatterHackers/MCCentral#2479
Up Folder buttons should be disabled in root container
This commit is contained in:
John Lewin 2017-12-24 19:40:14 -08:00
parent eba586013c
commit b0d7c192af
5 changed files with 12 additions and 17 deletions

View file

@ -92,11 +92,7 @@ namespace MatterHackers.MatterControl.Library
private string keywordFilter = "";
public override string KeywordFilter
{
get
{
return keywordFilter;
}
get => keywordFilter;
set
{
if (keywordFilter != value)