mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix prev
This commit is contained in:
@ -1139,7 +1139,7 @@ bool RtfCharPropsCommand::ExecuteCommand(RtfDocument& oDocument, RtfReader& oRea
|
||||
if (true == hasParameter)
|
||||
charProps->m_nCharStyle = parameter;
|
||||
#ifdef USE_STYLE_COLOR
|
||||
if (charProps->m_nForeColor = PROP_DEF)
|
||||
if (charProps->m_nForeColor == PROP_DEF)
|
||||
charProps->m_nForeColor = 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user