From ad9445d057581e21824b81854dea49a3be092905 Mon Sep 17 00:00:00 2001 From: DavidXanatos Date: Fri, 2 Sep 2022 10:05:25 +0200 Subject: [PATCH] 1.3.3 --- CHANGELOG.md | 1 + SandboxiePlus/SandMan/Views/SbieView.cpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39684418..666b0e1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - fixed issues when deleting box content and the view files panel is open - fixed issue with config protection [#2206](https://github.com/sandboxie-plus/Sandboxie/issues/2206) - fixed issue with default box [#2195](https://github.com/sandboxie-plus/Sandboxie/issues/2195) +- fixed issue with keyboard delete shortcut for process termination ## [1.3.2 / 5.58.2] - 2022-08-30 diff --git a/SandboxiePlus/SandMan/Views/SbieView.cpp b/SandboxiePlus/SandMan/Views/SbieView.cpp index 08cf2c34..c598bb40 100644 --- a/SandboxiePlus/SandMan/Views/SbieView.cpp +++ b/SandboxiePlus/SandMan/Views/SbieView.cpp @@ -1729,6 +1729,8 @@ void CSbieView::OnMoveItem(const QString& Name, const QString& To, int row) void CSbieView::OnRemoveItem() { + UpdateMenu(); + if (!m_CurProcesses.isEmpty()) OnProcessAction(m_pMenuTerminate, m_CurProcesses); else if (!m_CurSandBoxes.isEmpty())