mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Fix a visual glitch which happens when you enter in lobby GUI without any game. The button "join game" have a cross line from panel description.
This was SVN commit r27430.
This commit is contained in:
parent
5e2ae82d9e
commit
726b07e209
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ class JoinButton
|
|||
|
||||
gameList.gamesBox.onMouseLeftDoubleClickItem = this.onPress.bind(this);
|
||||
gameList.registerSelectionChangeHandler(this.onSelectedGameChange.bind(this, dialog));
|
||||
|
||||
this.onSelectedGameChange();
|
||||
}
|
||||
|
||||
onSelectedGameChange(dialog, selectedGame)
|
||||
|
|
|
|||
Loading…
Reference in a new issue