1
0
forked from 0ad/0ad

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:
trompetin17 2023-01-12 19:39:56 +00:00
parent 5e2ae82d9e
commit 726b07e209

View File

@ -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)