Skip to content

Commit

Permalink
Small issue where the game wouldnt be highlighted by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
distrohelena committed Oct 11, 2016
1 parent a677299 commit bc3a0b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Master/NucleusCoopTool/New/GameList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ public GameList(IGameInfo highlight)
if (game == highlight)
{
con.Highlight();

clicked = game;
btnOk.Enabled = true;
}
}
}
Expand Down

0 comments on commit bc3a0b6

Please sign in to comment.