Made the settings history be disabled when not signed in.

MatterHackers/MCCentral#330
Settings History menu should be disabled when not signed in
This commit is contained in:
Lars Brubaker 2016-08-31 13:09:06 -07:00
parent b6dcacdef9
commit db24db1cf2
2 changed files with 21 additions and 46 deletions

View file

@ -136,9 +136,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
ActiveTheme.SuspendEvents();
}
}
else
{
}
ActiveTheme.Instance = ActiveTheme.GetThemeColors(activeThemeName);
ActiveTheme.ResumeEvents();
}