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