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
|
|
@ -428,7 +428,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
|
|||
{
|
||||
if (this.ListContentView.Children.Count <= 0)
|
||||
{
|
||||
this.Reload();
|
||||
this.Reload().ConfigureAwait(false);
|
||||
}
|
||||
|
||||
base.OnLoad(args);
|
||||
|
|
|
|||
|
|
@ -253,7 +253,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
|
|||
createFolderButton.Enabled = containerSupportsEdits && writableContainer?.AllowAction(ContainerActions.AddContainers) == true;
|
||||
|
||||
searchInput.Text = activeContainer.KeywordFilter;
|
||||
breadCrumbWidget.SetBreadCrumbs(activeContainer);
|
||||
breadCrumbWidget.SetContainer(activeContainer);
|
||||
|
||||
activeContainer.ContentChanged += UpdateStatus;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue