Ensure printer name changes are applied and observed in view

- Issue MatterHackers/MCCentral#4320
Investigate PrinterSelector/ProfileManager(Name) concerns
This commit is contained in:
John Lewin 2018-10-25 07:35:49 -07:00
parent cddea969a1
commit 2e92709297
5 changed files with 13 additions and 475 deletions

View file

@ -341,7 +341,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
// Create and switch to new printer tab
tabControl.ActiveTab = this.CreatePrinterTab(activePrinter, theme);
}
tabControl.RefreshTabPointers();
}, ref unregisterEvents);