mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +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_)
|
if (background_ == tmplt.background_)
|
||||||
background_ = Color_inherit;
|
background_ = Color_inherit;
|
||||||
if (nospellcheck_ == tmplt.nospellcheck_)
|
if (nospellcheck_ == tmplt.nospellcheck_)
|
||||||
noun_ = FONT_INHERIT;
|
nospellcheck_ = FONT_INHERIT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user