diff --git a/xtt/lib/ge/src/ge_attrnav.cpp b/xtt/lib/ge/src/ge_attrnav.cpp
index c399ef48bbf27530c7c10d6fc857b6c12a3b29c3..55aa4b8a3a721e8af58c9abe847134a01c0c188b 100644
--- a/xtt/lib/ge/src/ge_attrnav.cpp
+++ b/xtt/lib/ge/src/ge_attrnav.cpp
@@ -442,6 +442,7 @@ static attrnav_sEnumElement elem_color[] = {
 	{ (int) glow_eDrawType_Color298, 	"GreenHigh8"},
 	{ (int) glow_eDrawType_Color299, 	"GreenHigh9"},
 	{ (int) glow_eDrawType_Color300, 	"GreenHigh10"},
+	{ (int) glow_eDrawType_LineErase, 	"Background"},
 	{ (int) glow_eDrawType_Inherit, 	"Inherit"},
 	{ 0, ""}};
 
@@ -757,6 +758,7 @@ static attrnav_sEnumElement elem_tone_or_color[] = {
 	{ (int) glow_eDrawType_Color298, 	"GreenHigh8"},
 	{ (int) glow_eDrawType_Color299, 	"GreenHigh9"},
 	{ (int) glow_eDrawType_Color300, 	"GreenHigh10"},
+	{ (int) glow_eDrawType_LineErase, 	"Background"},
 	{ (int) glow_eDrawType_Inherit, 	"Inherit"},
 	{ 0, ""}};