mirror of
https://github.com/opentx/opentx.git
synced 2025-07-15 04:15:26 +03:00
Do not export COLOR_INDEX to LUA anymore, as they are not needed anymore due to change in setColor (#3490)
This commit is contained in:
parent
aaa10034ad
commit
01a69e3dbf
1 changed files with 0 additions and 27 deletions
|
@ -855,33 +855,6 @@ const luaR_value_entry opentxConstants[] = {
|
|||
#endif
|
||||
#if defined(COLORLCD)
|
||||
{ "COLOR", ZoneOption::Color },
|
||||
{ "CUSTOM_COLOR_INDEX", CUSTOM_COLOR_INDEX },
|
||||
{ "TEXT_COLOR_INDEX", TEXT_COLOR_INDEX },
|
||||
{ "TEXT_BGCOLOR_INDEX", TEXT_BGCOLOR_INDEX },
|
||||
{ "TEXT_INVERTED_COLOR_INDEX", TEXT_INVERTED_COLOR_INDEX },
|
||||
{ "TEXT_INVERTED_BGCOLOR_INDEX", TEXT_INVERTED_BGCOLOR_INDEX },
|
||||
{ "LINE_COLOR_INDEX", LINE_COLOR_INDEX },
|
||||
{ "SCROLLBOX_COLOR_INDEX", SCROLLBOX_COLOR_INDEX },
|
||||
{ "MENU_TITLE_BGCOLOR_INDEX", MENU_TITLE_BGCOLOR_INDEX },
|
||||
{ "MENU_TITLE_COLOR_INDEX", MENU_TITLE_COLOR_INDEX },
|
||||
{ "MENU_TITLE_DISABLE_COLOR_INDEX", MENU_TITLE_DISABLE_COLOR_INDEX },
|
||||
{ "HEADER_COLOR_INDEX", HEADER_COLOR_INDEX },
|
||||
{ "ALARM_COLOR_INDEX", ALARM_COLOR_INDEX },
|
||||
{ "WARNING_COLOR_INDEX", WARNING_COLOR_INDEX },
|
||||
{ "TEXT_DISABLE_COLOR_INDEX", TEXT_DISABLE_COLOR_INDEX },
|
||||
{ "HEADER_COLOR_INDEX", HEADER_COLOR_INDEX },
|
||||
{ "CURVE_AXIS_COLOR_INDEX", CURVE_AXIS_COLOR_INDEX },
|
||||
{ "CURVE_COLOR_INDEX", CURVE_COLOR_INDEX },
|
||||
{ "CURVE_CURSOR_COLOR_INDEX", CURVE_CURSOR_COLOR_INDEX },
|
||||
{ "TITLE_BGCOLOR_INDEX", TITLE_BGCOLOR_INDEX },
|
||||
{ "TRIM_BGCOLOR_INDEX", TRIM_BGCOLOR_INDEX },
|
||||
{ "TRIM_SHADOW_COLOR_INDEX", TRIM_SHADOW_COLOR_INDEX },
|
||||
{ "MAINVIEW_PANES_COLOR_INDEX", MAINVIEW_PANES_COLOR_INDEX },
|
||||
{ "MAINVIEW_GRAPHICS_COLOR_INDEX", MAINVIEW_GRAPHICS_COLOR_INDEX },
|
||||
{ "HEADER_BGCOLOR_INDEX", HEADER_BGCOLOR_INDEX },
|
||||
{ "HEADER_ICON_BGCOLOR_INDEX", HEADER_ICON_BGCOLOR_INDEX },
|
||||
{ "HEADER_CURRENT_BGCOLOR_INDEX", HEADER_CURRENT_BGCOLOR_INDEX },
|
||||
{ "OVERLAY_COLOR_INDEX", OVERLAY_COLOR_INDEX },
|
||||
{ "CUSTOM_COLOR", CUSTOM_COLOR },
|
||||
{ "TEXT_COLOR", TEXT_COLOR },
|
||||
{ "TEXT_BGCOLOR", TEXT_BGCOLOR },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue