]> git.lyx.org Git - lyx.git/blobdiff - src/FontInfo.cpp
info-insert without arg is valid
[lyx.git] / src / FontInfo.cpp
index 1d69d2b21bc2e01cceaaee321d1b525355a51ae9..983499db68a41f3c13ddfeea98aa581e24772eb1 100644 (file)
@@ -230,7 +230,7 @@ void FontInfo::reduce(FontInfo const & tmplt)
        if (background_ == tmplt.background_)
                background_ = Color_inherit;
        if (nospellcheck_ == tmplt.nospellcheck_)
-               noun_ = FONT_INHERIT;
+               nospellcheck_ = FONT_INHERIT;
 }