clrNONE not working on chart with black background

 

After the latest update to version 5 build 5572, the clrNONE not working on chart with black background.

The following code used to work before update on black background, now it does not. 

ObjectSetInteger(0, objName, OBJPROP_COLOR, clrNONE);

This code supposes to set the object to be invisible (clrNONE) but the new update causes the code to leave behind a white color object on the chart running on black background.

Now this code only works on chart with white background. 

Please rectify and set it to be working on all charts regardless of the chart background color.  Thanks.

 
clrNONE = bypass color , it do not set bar color
 
P Dominc:

After the latest update to version 5 build 5572, the clrNONE not working on chart with black background.

The following code used to work before update on black background, now it does not. 

ObjectSetInteger(0, objName, OBJPROP_COLOR, clrNONE);

This code supposes to set the object to be invisible (clrNONE) but the new update causes the code to leave behind a white color object on the chart running on black background.

Now this code only works on chart with white background. 

Please rectify and set it to be working on all charts regardless of the chart background color.  Thanks.

Confirmed and reported to MQ. Thanks.