Purge library rather than content thumbnail cache on save

- Issue MatterHackers/MCCentral#3803
Start page showing wrong icon for recent print
This commit is contained in:
John Lewin 2018-07-17 15:57:53 -07:00
parent 4c5f4966c2
commit f04cf69f71
3 changed files with 10 additions and 3 deletions

View file

@ -102,8 +102,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
restoreButton.ToolTipText = "Restore Default".Localize();
restoreButton.Click += (sender, e) =>
{
// Revert the user override
settingsContext.ClearValue(settingData.SlicerConfigName);
// Revert the user override
settingsContext.ClearValue(settingData.SlicerConfigName);
};
restoreArea.AddChild(restoreButton);