Skip to content

Commit

Permalink
Avoid grabbing focus when creating the launch configuration main tab
Browse files Browse the repository at this point in the history
- Normally one can, in the Run Configurations dialog, use the keyboard
in the left control to navigate each of the launch configurations but
that does work for m2e because the configuration control grabs away the
focus.
  • Loading branch information
merks committed Oct 11, 2024
1 parent 99d6e7e commit b1d2168
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,6 @@ public void widgetSelected(SelectionEvent e) {
runtimeSelector = new MavenRuntimeSelector(mainComposite);
runtimeSelector.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, false, false, 4, 1));
runtimeSelector.addSelectionChangedListener(event -> entriesChanged());

goalsText.setFocus();
}

protected Shell getShell() {
Expand Down

0 comments on commit b1d2168

Please sign in to comment.