ide; QuickProjectDialog; make sure the ok button has the focus.
authorRejean Loyer <rejean.loyer@gmail.com>
Sat, 13 Apr 2013 04:00:54 +0000 (00:00 -0400)
committerJerome St-Louis <jerome@ecere.com>
Mon, 22 Apr 2013 06:02:43 +0000 (02:02 -0400)
ide/src/dialogs/NewProjectDialog.ec

index f4104f3..af4ff2b 100644 (file)
@@ -579,4 +579,10 @@ class QuickProjectDialog : Window
 
       targetType.currentRow = targetType.FindRow(TargetTypes::executable);
    }
+
+   bool OnPostCreate()
+   {
+      okBtn.Activate();
+      return true;
+   }
 }