Migrate ActiveProfileModified event to ApplicationController

- Issue MatterHackers/MCCentral#4245
Remove ActiveSliceSettings type
This commit is contained in:
John Lewin 2018-10-05 09:34:43 -07:00
parent 1d7108a1fa
commit 5ad190b3f0
5 changed files with 5 additions and 4 deletions

View file

@ -395,7 +395,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
if (ApplicationController.Instance.ActivePrinter.Settings.ID == this.ID)
{
ActiveSliceSettings.ActiveProfileModified.CallEvents(null, null);
ApplicationController.Instance.ActiveProfileModified.CallEvents(null, null);
}
}