This commit is contained in:
DavidXanatos 2022-09-02 10:05:25 +02:00
parent fc2668cdaf
commit ad9445d057
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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())