TextField color fix
This commit is contained in:
@@ -298,6 +298,8 @@ void TextField::setTextColor(int inCol)
|
|||||||
{
|
{
|
||||||
defaultTextFormat = defaultTextFormat->COW();
|
defaultTextFormat = defaultTextFormat->COW();
|
||||||
defaultTextFormat->color = inCol;
|
defaultTextFormat->color = inCol;
|
||||||
|
mGfxDirty = true;
|
||||||
|
DirtyCache();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user