TextField color fix

This commit is contained in:
Joshua Granick
2014-03-14 11:08:20 -07:00
parent 94a0199cfb
commit 587edb4e5d

View File

@@ -298,6 +298,8 @@ void TextField::setTextColor(int inCol)
{
defaultTextFormat = defaultTextFormat->COW();
defaultTextFormat->color = inCol;
mGfxDirty = true;
DirtyCache();
}
}