Migrate ActiveProfileModified event to ApplicationController
- Issue MatterHackers/MCCentral#4245 Remove ActiveSliceSettings type
This commit is contained in:
parent
1d7108a1fa
commit
5ad190b3f0
5 changed files with 5 additions and 4 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue