Add Enter key support for primary/Accept button

- Issue MatterHackers/MCCentral#5489
Inconsistent keyboard support in wizard pages
This commit is contained in:
jlewin 2019-05-13 15:38:53 -07:00
parent 1f5bdfcf3b
commit 2b8d794232
9 changed files with 29 additions and 12 deletions

View file

@ -394,7 +394,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
this.DialogWindow.ClosePage();
};
theme.ApplyPrimaryActionStyle(resumePrintingButton);
this.AcceptButton = resumePrintingButton;
this.AddPageAction(resumePrintingButton);
}
}