- fixed: ListMenuItemStaticText used the wrong default color.

This commit is contained in:
Christoph Oelckers 2017-03-13 09:30:33 +01:00
parent 0176c29ec2
commit ac30b268e9

View file

@ -119,7 +119,7 @@ class ListMenuItemStaticText : ListMenuItem
int mColor;
bool mCentered;
void Init(ListMenuDescriptor desc, double x, double y, String text, int color = Font.CR_UNTRANSLATED)
void Init(ListMenuDescriptor desc, double x, double y, String text, int color = -1)
{
Super.Init(x, y);
mText = text;