Fixed selection after saving bug caused by issue #80
This commit is contained in:
@@ -1177,7 +1177,7 @@ Public Class frmGameManager
|
||||
IsDirty = False
|
||||
LoadData()
|
||||
If eCurrentMode = eModes.View Then
|
||||
lstGames.SelectedValue = oApp.ID
|
||||
lstGames.SelectedItem = New KeyValuePair(Of String, String)(oApp.ID, oApp.Name)
|
||||
Else
|
||||
ModeChange()
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user