Indicator line width - mql4 problem or just me?

 
Indicator line width parameter 2 or 3 (that draw a thicker line) is not applied initially after program change and compilation when I return to Terminal. Line width is allways "1" after compilation when I return to Terminal. However, the indicator looks fine if I remove it and reinsert it on a chart. Another method to get the indicator line widths right is to change time scale or change some initializing parameter. There seems to be some initialising routine missing when an indicator is automatically restarted after compilation of a new version. Or is it just me - making an illegal shortcut...
 


I see the same thing..

So I put SetIndexStyle() somewhere after the start().

Usually people put it in init(), it works later too.

Reason: