Added $ check for language support for drawing Option Values

This commit is contained in:
Randy Heit 2016-01-07 12:58:36 -06:00
parent cd4076dc1b
commit efaaccc030
1 changed files with 1 additions and 0 deletions

View File

@ -200,6 +200,7 @@ public:
{
text = (*opt)->mValues[Selection].Text;
}
if (*text == '$') text = GStrings(text + 1);
screen->DrawText (SmallFont, OptionSettings.mFontColorValue, indent + CURSORSPACE, y,
text, DTA_CleanNoMove_1, true, DTA_ColorOverlay, overlay, TAG_DONE);
return indent;