forked from mirrors/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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user