1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Bug 445670 - Name field has no focus when extracting local variables

This commit is contained in:
Sergey Prigogin 2014-10-02 17:43:08 -07:00
parent 20f192470a
commit ff5f407bff

View file

@ -63,6 +63,7 @@ public class InputPage extends UserInputWizardPage {
});
nameText.selectAll();
nameText.setFocus();
checkName();
setControl(control);
}