Fixed a possible issue with Game Manager quick filter
This commit is contained in:
@@ -1819,6 +1819,7 @@ Public Class frmGameManager
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
If Not tmFilterTimer.Enabled Then
|
If Not tmFilterTimer.Enabled Then
|
||||||
|
lstGames.Enabled = False
|
||||||
tmFilterTimer.Enabled = True
|
tmFilterTimer.Enabled = True
|
||||||
tmFilterTimer.Start()
|
tmFilterTimer.Start()
|
||||||
End If
|
End If
|
||||||
@@ -1833,6 +1834,7 @@ Public Class frmGameManager
|
|||||||
FormatAndFillList()
|
FormatAndFillList()
|
||||||
tmFilterTimer.Stop()
|
tmFilterTimer.Stop()
|
||||||
tmFilterTimer.Enabled = False
|
tmFilterTimer.Enabled = False
|
||||||
|
lstGames.Enabled = True
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub frmGameManager_Shown(sender As Object, e As EventArgs) Handles MyBase.Shown
|
Private Sub frmGameManager_Shown(sender As Object, e As EventArgs) Handles MyBase.Shown
|
||||||
|
|||||||
Reference in New Issue
Block a user