From a46336361683b88183491693629ac7c72a9bfa10 Mon Sep 17 00:00:00 2001 From: DavidXanatos <3890945+DavidXanatos@users.noreply.github.com> Date: Wed, 24 May 2023 10:09:34 +0200 Subject: [PATCH] 1.9.4 --- CHANGELOG.md | 4 ++++ SandboxiePlus/SandMan/Windows/OptionsAdvanced.cpp | 2 ++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 630338eb..f9208a08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). - fixed Name column in the sandbox view should never be hidden [#2933](https://github.com/sandboxie-plus/Sandboxie/issues/2933) - fixed File Panel does not share the right-click options provided in the sandbox view columns [#2934](https://github.com/sandboxie-plus/Sandboxie/issues/2934) - fixed Checkboxes issue of NetworkEnableWFP and EnableObjectFiltering settings [#2935](https://github.com/sandboxie-plus/Sandboxie/issues/2935) +- fixed Unquoted service path [#537](https://github.com/sandboxie-plus/Sandboxie/issues/537) +- fixed Running the Insert chart in Word in the sandbox fails [#2863](https://github.com/sandboxie-plus/Sandboxie/issues/2863) +- fixed An error occurred in the switch sandbox type preset configuration [#2941](https://github.com/sandboxie-plus/Sandboxie/issues/2941) + diff --git a/SandboxiePlus/SandMan/Windows/OptionsAdvanced.cpp b/SandboxiePlus/SandMan/Windows/OptionsAdvanced.cpp index eb6a24fa..bada3a76 100644 --- a/SandboxiePlus/SandMan/Windows/OptionsAdvanced.cpp +++ b/SandboxiePlus/SandMan/Windows/OptionsAdvanced.cpp @@ -509,6 +509,8 @@ void COptionsWindow::SaveOptionList() { CloseOptionEdit(true); + if (!ui.treeOptions) return; + QMap> OptionMap; // cache unlisted set eOnlySpec global presets