Bug in ObjectGet() ???

 
I have a problem getting the levelcolor of a fibo retracement object.

For testing, I put a fibo object on the chart and name it "test", then execute this code:

   ObjectSet("test",OBJPROP_LEVELCOLOR,Tomato);
   color checkFibLevelColor;
   checkFibLevelColor=ObjectGet("test",OBJPROP_LEVELCOLOR);
   Print("Color: ",checkFibLevelColor);



It changes the object level to Tomato color, but it prints:

Color: 0


How can I properly get the color of the fibo levels?

Thanks,

Christian

 
Our bug. Fixed. Thanx.