Fix cutnpaste error

This commit is contained in:
Juergen Spitzmueller 2018-05-07 10:15:23 +02:00
parent de8302523b
commit 5b352e6e8e

View 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;
}