Giving a source directory the same name as a form does not hide its contents anymore, when the "Display form class files" option is toggled.

[DEVELOPMENT ENVIRONMENT]
* BUG: Giving a source directory the same name as a form does not hide its contents anymore, when the "Display form class files" option is toggled.
This commit is contained in:
Benoît Minisini 2023-03-17 01:53:04 +01:00
parent 779b1e6d74
commit fe618d41a8

View file

@ -293,7 +293,7 @@ Private Sub AddFile(sDir As String, sFile As String, Optional bAfter As Boolean,
End With
If bSource And If Project.ShowAllClasses Then
If bSource And If Project.ShowAllClasses And If Not bDir Then
If ExistForm(sFile) Then
sParent = sKey