1.9.4
This commit is contained in:
parent
dec8adc050
commit
1a5aef52be
|
@ -39,7 +39,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
- fixed Renaming a box with sandboxed run entries can break those entries. [#2921](https://github.com/sandboxie-plus/Sandboxie/issues/2921)
|
- fixed Renaming a box with sandboxed run entries can break those entries. [#2921](https://github.com/sandboxie-plus/Sandboxie/issues/2921)
|
||||||
- fixed WFP not enabled after Setup Wizard and other issues [#2915](https://github.com/sandboxie-plus/Sandboxie/issues/2915)
|
- fixed WFP not enabled after Setup Wizard and other issues [#2915](https://github.com/sandboxie-plus/Sandboxie/issues/2915)
|
||||||
- fixed Name column in the sandbox view should never be hidden [#2933](https://github.com/sandboxie-plus/Sandboxie/issues/2933)
|
- 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 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)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -100,7 +100,7 @@ private slots:
|
||||||
void OnOptChanged();
|
void OnOptChanged();
|
||||||
|
|
||||||
void OnChangeGUI() { m_bRebuildUI = true; OnOptChanged(); }
|
void OnChangeGUI() { m_bRebuildUI = true; OnOptChanged(); }
|
||||||
void OnFeaturesChanged() { m_FeaturesChanged = true; OnOptChanged(); }
|
void OnFeaturesChanged() { m_FeaturesChanged = true; OnGeneralChanged(); }
|
||||||
void OnGeneralChanged() { m_GeneralChanged = true; OnOptChanged(); }
|
void OnGeneralChanged() { m_GeneralChanged = true; OnOptChanged(); }
|
||||||
|
|
||||||
void OnBrowse();
|
void OnBrowse();
|
||||||
|
|
Loading…
Reference in New Issue