Color.cpp: backport fix for bug #10656

This commit is contained in:
Uwe Stöhr 2017-05-16 23:47:35 +02:00
parent e40205e749
commit 7b0f63f67b
2 changed files with 3 additions and 1 deletions

View File

@ -298,7 +298,7 @@ ColorSet::ColorSet()
{ Color_paragraphmarker, N_("paragraph marker"), "paragraphmarker", grey80, "paragraphmarker"},
{ Color_previewframe, N_("preview frame"), "previewframe", "black", "previewframe"},
{ Color_inherit, N_("inherit"), "inherit", "black", "inherit" },
{ Color_regexpframe, N_("regexp frame"), "green", "green", "green" },
{ Color_regexpframe, N_("regexp frame"), "regexpframe", "green", "regexpframe" },
{ Color_ignore, N_("ignore"), "ignore", "black", "ignore" },
{ Color_ignore, 0, 0, 0, 0 }
};

View File

@ -47,6 +47,8 @@ What's new
- Always shows the float type in the float inset label (bug 10618).
- Show correct color name for green in the status bar (bug 10656).
* INTERNALS