mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
Fix cutnpaste error
This commit is contained in:
parent
de8302523b
commit
5b352e6e8e
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user