Fixed tab order for default input focus on new level dialog

Signed-off-by: Chris Galvan <chgalvan@amazon.com>
This commit is contained in:
Chris Galvan
2022-01-11 10:05:05 -06:00
parent f09055af42
commit df511c1ae8
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -115,7 +115,6 @@ CNewLevelDialog::~CNewLevelDialog()
void CNewLevelDialog::OnStartup()
{
UpdateData(false);
setFocus();
}
void CNewLevelDialog::UpdateData(bool fromUi)