mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 11:52:25 +00:00
Color.cpp: backport fix for bug #10656
This commit is contained in:
parent
e40205e749
commit
7b0f63f67b
@ -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 }
|
||||
};
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user