- fixed: ListMenuItemStaticText used the wrong default color.

This commit is contained in:
Christoph Oelckers 2017-03-13 09:30:33 +01:00
parent 1fccec32d6
commit 2533ff3ffc

View file

@ -119,7 +119,7 @@ class ListMenuItemStaticText : ListMenuItem
int mColor; int mColor;
bool mCentered; 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); Super.Init(x, y);
mText = text; mText = text;