1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 14:25:11 +03:00

Add string type to Horus widget

Fixes #5545
This commit is contained in:
3djc 2019-08-28 12:57:20 +02:00
parent 9b6a2201bf
commit ebb1cb7cb3

View file

@ -1609,6 +1609,7 @@ const luaR_value_entry opentxConstants[] = {
{ "SHADOWED", SHADOWED }, { "SHADOWED", SHADOWED },
{ "COLOR", ZoneOption::Color }, { "COLOR", ZoneOption::Color },
{ "BOOL", ZoneOption::Bool }, { "BOOL", ZoneOption::Bool },
{ "STRING", ZoneOption::String },
{ "CUSTOM_COLOR", CUSTOM_COLOR }, { "CUSTOM_COLOR", CUSTOM_COLOR },
{ "TEXT_COLOR", TEXT_COLOR }, { "TEXT_COLOR", TEXT_COLOR },
{ "TEXT_BGCOLOR", TEXT_BGCOLOR }, { "TEXT_BGCOLOR", TEXT_BGCOLOR },