Project tree: Check for compressed files only if we display the current project.
[DEVELOPMENT ENVIRONMENT] * BUG: Project tree: Check for compressed files only if we display the current project.
This commit is contained in:
parent
2debb9791e
commit
6a4274e35c
1 changed files with 3 additions and 1 deletions
|
@ -194,7 +194,9 @@ Private Sub AddFile(sDir As String, sFile As String, Optional bAfter As Boolean,
|
|||
|
||||
Else
|
||||
|
||||
bCompressed = Project.ShouldCompress(sDir &/ sFile)
|
||||
If $bCurrentProject Then
|
||||
bCompressed = Project.ShouldCompress(sDir &/ sFile)
|
||||
Endif
|
||||
|
||||
Endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue