eclipse plugin: Force focus the addons list after...
...selecting a server from the list, to prevent scrolling the combobox instead of the addon list
This commit is contained in:
parent
d6a3d068c4
commit
fa24e3bf54
1 changed files with 2 additions and 0 deletions
|
@ -337,6 +337,8 @@ public class AddonsView extends ViewPart
|
|||
addon[5] } );
|
||||
|
||||
}
|
||||
|
||||
tableAddons_.forceFocus( );
|
||||
}
|
||||
} );
|
||||
loading_ = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue