Disable Up Folder button in RootContainer
- Issue MatterHackers/MCCentral#2479 Up Folder buttons should be disabled in root container
This commit is contained in:
parent
eba586013c
commit
b0d7c192af
5 changed files with 12 additions and 17 deletions
|
|
@ -92,11 +92,7 @@ namespace MatterHackers.MatterControl.Library
|
|||
private string keywordFilter = "";
|
||||
public override string KeywordFilter
|
||||
{
|
||||
get
|
||||
{
|
||||
return keywordFilter;
|
||||
}
|
||||
|
||||
get => keywordFilter;
|
||||
set
|
||||
{
|
||||
if (keywordFilter != value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue