Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/FileManager/Panel.cpp')
-rwxr-xr-x7zip/FileManager/Panel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/7zip/FileManager/Panel.cpp b/7zip/FileManager/Panel.cpp
index 8a06ac29..43905e0b 100755
--- a/7zip/FileManager/Panel.cpp
+++ b/7zip/FileManager/Panel.cpp
@@ -736,7 +736,7 @@ void CPanel::AddToArchive()
names.Front(), (names.Size() > 1), false);
CompressFiles(_currentFolderPrefix, archiveName,
names, false, true, false);
- KillSelection();
+ // KillSelection();
}
void CPanel::ExtractArchives()