fix frmTreeView not being able to show when no match was found
This commit is contained in:
parent
f5e96127eb
commit
d1ad5a8ecf
@ -417,8 +417,9 @@ Public Class frmStart
|
||||
End Sub
|
||||
|
||||
Private Sub BisherigenAblaufAnzeigenToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles BisherigenAblaufAnzeigenToolStripMenuItem.Click
|
||||
If _MatchForm IsNot Nothing Then
|
||||
_MatchForm.ShowTreeView()
|
||||
If CurrMatchTreeView.Nodes.Count > 0 Then
|
||||
Dim oForm As New frmTreeView(CurrMatchTreeView.Nodes)
|
||||
oForm.Show()
|
||||
End If
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user