Merge pull request 'B2026-024 Change bars should not show when updating Applicability.' (#721) from B2026-024 into Development

good for testing phase
This commit was merged in pull request #721.
This commit is contained in:
2026-02-26 14:04:16 -05:00

View File

@@ -4162,7 +4162,10 @@ namespace Volian.Controls.Library
}
void MyConfig_PropertyChanged(object sender, PropertyChangedEventArgs e)
{
//B2026-024 Change bars should not show when updating Applicability.
if (e.PropertyName == "MasterSlave_Applicability") ChangeBarForConfigItemChange = false;
SaveConfig();
if (e.PropertyName == "MasterSlave_Applicability") ChangeBarForConfigItemChange = true;
}
public void SaveConfig()
{