Disable object stroke effects is not working
I'm trying to disable strokes inner and outerglows in a specific object style using the code:
var doc = app.activeDocument;
var myObject = doc.objectStyles.item("box");
myObject.strokeEffectsEnablingSettings.enableInnerGlow = false;
myObject.strokeEffectsEnablingSettings.enableOuterGlow = false;
But all I got is the behavior in the attached image. Is not really disabling and the effects is still active in the object.
Posted the issue in a forum and we all realize that's a bug.
1
vote
![](https://secure.gravatar.com/avatar/bc1548175a7af90bcaf420457b6acfa5?size=40&default=https%3A%2F%2Fassets.uvcdn.com%2Fpkg%2Fadmin%2Ficons%2Fuser_70-6bcf9e08938533adb9bac95c3e487cb2a6d4a32f890ca6fdc82e3072e0ea0368.png)