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:
parent
20f192470a
commit
ff5f407bff
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ public class InputPage extends UserInputWizardPage {
|
|||
});
|
||||
|
||||
nameText.selectAll();
|
||||
nameText.setFocus();
|
||||
checkName();
|
||||
setControl(control);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue