Made all panels update when edited in any panel (printer wizard)

Added BaudRate to printer edit wizard
This commit is contained in:
Lars Brubaker 2016-06-09 14:52:58 -07:00
parent c5edde8edb
commit 5613857af1
2 changed files with 2 additions and 4 deletions

View file

@ -51,6 +51,7 @@ namespace MatterHackers.MatterControl
int tabIndex = 0;
AddNameSetting("MatterControl.PrinterName", contentRow, ref tabIndex);
AddNameSetting("MatterControl.AutoConnect", contentRow, ref tabIndex);
AddNameSetting("MatterControl.BaudRate", contentRow, ref tabIndex);
AddNameSetting("MatterControl.ComPort", contentRow, ref tabIndex);
AddNameSetting("MatterControl.DeletePrinter", contentRow, ref tabIndex);