Author: timotei
Date: Sun Jul 10 22:47:19 2011
New Revision: 50263

URL: http://svn.gna.org/viewcvs/wesnoth?rev=50263&view=rev
Log:
eclipse plugin: Force focus the addons list after
selecting a server from the list, to prevent
scrolling the combobox instead of the addon list

Modified:
    trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/views/AddonsView.java

Modified: trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/views/AddonsView.java
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/views/AddonsView.java?rev=50263&r1=50262&r2=50263&view=diff
==============================================================================
--- trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/views/AddonsView.java 
(original)
+++ trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/views/AddonsView.java Sun 
Jul 10 22:47:19 2011
@@ -337,6 +337,8 @@
                                         addon[5] } );
 
                             }
+
+                            tableAddons_.forceFocus( );
                         }
                     } );
                     loading_ = false;


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to