commit 5b352e6e8e31b8420c29c11ed6c007af41a3525a
Author: Juergen Spitzmueller <[email protected]>
Date: Mon May 7 10:15:23 2018 +0200
Fix cutnpaste error
---
src/FontInfo.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/FontInfo.cpp b/src/FontInfo.cpp
index 1d69d2b..983499d 100644
--- a/src/FontInfo.cpp
+++ b/src/FontInfo.cpp
@@ -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;
}