Project tree: Adding new files is possible again.

[DEVELOPMENT ENVIRONMENT]
* BUG: Project tree: Adding new files is possible again.
This commit is contained in:
Benoît Minisini 2023-11-11 13:39:51 +01:00
parent 284da64b73
commit fe1e2914b1

View file

@ -544,7 +544,7 @@ Public Sub mnuPopup_Show()
' mnuImportFile.Hide
' Endif
If $sKey = Project.KEY_MISC Or If $sKey = Project.KEY_PROJECT Or If $sKey = Project.KEY_PUBLIC Then
If sRoot = Project.KEY_MISC Or If sRoot = Project.KEY_PROJECT Or If sRoot = Project.KEY_PUBLIC Then
bCanStoreFile = True '$sKey = Project.KEY_MISC Or $sKey = Project.KEY_PROJECT
Else
bCanStoreFile = False