Open project dialog: Do not crash if there is no project template when creating a new project, even if it should not happen.
[DEVELOPMENT ENVIRONMENT] * BUG: Open project dialog: Do not crash if there is no project template when creating a new project, even if it should not happen.
This commit is contained in:
parent
5ebbcc6026
commit
df5e159c5e
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ Private Sub InitNewProject()
|
|||
|
||||
$hTemplate = New CProjectList(svwTemplate, txtFilterType, CProjectList.TYPE_TEMPLATE, Arrange.Row) As "ProjectTemplate"
|
||||
$hTemplate.Fill
|
||||
$hTemplate.Current = svwTemplate.Children[0]
|
||||
Try $hTemplate.Current = svwTemplate.Children[0]
|
||||
|
||||
End
|
||||
|
||||
|
|
Loading…
Reference in a new issue