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
Thiago
shared this idea