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:
Timotei Dolean 2011-07-10 20:47:19 +00:00
parent d6a3d068c4
commit fa24e3bf54

View file

@ -337,6 +337,8 @@ public class AddonsView extends ViewPart
addon[5] } );
}
tableAddons_.forceFocus( );
}
} );
loading_ = false;