]> git.lyx.org Git - lyx.git/blobdiff - src/Font.cpp
Cmake export tests: Handle attic files with now missing references to png graphics
[lyx.git] / src / Font.cpp
index 34c5c0b508a230c6933bb09c41d755edfe70e645..f0814a3a3eb94103dbb8dd202a87595a3da88475 100644 (file)
@@ -707,6 +707,7 @@ void Font::validate(LaTeXFeatures & features) const
                case Color_teal:
                case Color_violet:
                        features.require("xcolor");
+                       break;
                default:
                        features.require("color");
                        LYXERR(Debug::LATEX, "Color enabled. Font: " << to_utf8(stateText(0)));