Fix focus of Game List
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 21 Mar 2012 22:12:20 +0000 (23:12 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Wed, 21 Mar 2012 22:12:20 +0000 (23:12 +0100)
commit464c6c9802bdf2b1637a343467a6c85280b5e721
treec53e0a46deed7c52bd827379f052e34818f3fd3c
parent6c20dd0e5e6c0354cdcd1f07a5645d0411f87a6d
Fix focus of Game List

After focus was transferred to the filter text-edit, it was impossible
to get it back on the game list (to make the arrow keys working again).
A translation to left down-click is now used to assign focus, just as
it would for text edits. For unknown reason this only worked if the
translations were instated by Overriding, rather than Augmenting,
which again required the normal translation of downclick, Set(), which
selects the clicked item, to be explicitly mentioned as well.
xgamelist.c