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/PanelKey.cpp')
-rwxr-xr-x7zip/FileManager/PanelKey.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/7zip/FileManager/PanelKey.cpp b/7zip/FileManager/PanelKey.cpp
index d14c024a..f623332a 100755
--- a/7zip/FileManager/PanelKey.cpp
+++ b/7zip/FileManager/PanelKey.cpp
@@ -152,8 +152,7 @@ bool CPanel::OnKeyDown(LPNMLVKEYDOWN keyDownInfo, LRESULT &result)
*/
case VK_DELETE:
{
- // if (shift)
- DeleteItems();
+ DeleteItems(!shift);
return true;
}
case VK_INSERT: