fix so extra game info shows in dual-pane mode too

onWindowFocusChanged() isn't called when a pane opens, and setting up
that field depended on it. So call from init() too.
This commit is contained in:
Eric House 2016-08-19 10:57:48 -07:00
parent 0bd9667163
commit ba968b1e36

View file

@ -989,6 +989,7 @@ public class GamesListDelegate extends ListDelegateBase
}
} );
updateField();
} // init
@Override