where was incorrect reading color for LabelTextProperty
{\r
float c[ 3 ];\r
aLabelsProp->GetColor( c );\r
- aLabelsColor.setRgb( (int)( c[ 0 ] * 255 ), (int)( c[ 0 ] * 255 ), (int)( c[ 0 ] * 255 ) );\r
+ aLabelsColor.setRgb( (int)( c[ 0 ] * 255 ), (int)( c[ 1 ] * 255 ), (int)( c[ 2 ] * 255 ) );\r
aLabelsFontFamily = aLabelsProp->GetFontFamily();\r
isLabelsBold = aLabelsProp->GetBold() ? true : false;\r
isLabelsItalic = aLabelsProp->GetItalic() ? true : false;\r