1.9.4
This commit is contained in:
parent
dec8adc050
commit
1a5aef52be
|
@ -40,6 +40,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
- 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 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 OnChangeGUI() { m_bRebuildUI = true; OnOptChanged(); }
|
||||
void OnFeaturesChanged() { m_FeaturesChanged = true; OnOptChanged(); }
|
||||
void OnFeaturesChanged() { m_FeaturesChanged = true; OnGeneralChanged(); }
|
||||
void OnGeneralChanged() { m_GeneralChanged = true; OnOptChanged(); }
|
||||
|
||||
void OnBrowse();
|
||||
|
|
Loading…
Reference in New Issue