]> git.lyx.org Git - lyx.git/blobdiff - src/Font.cpp
Add outline-in/out/up/down to the outline context menu.
[lyx.git] / src / Font.cpp
index 56e20500bdcffbb0cd123e4282363290cb69c1ea..234314e05b7a00297b05a8116231d899fe08caf2 100644 (file)
@@ -108,7 +108,7 @@ char const * LaTeXSizeNames[14] =
 
 
 Font::Font(FontInfo bits, Language const * l)
-       : bits_(bits), lang_(l), open_encoding_(false)
+       : bits_(bits), lang_(l), misspelled_(false), open_encoding_(false)
 {
        if (!lang_)
                lang_ = default_language;