riched20: Use \ulnone instead of \ul0 for no underline.
This commit is contained in:
parent
4cf489f9ce
commit
d04d1c1736
|
@ -680,7 +680,7 @@ ME_StreamOutRTFCharProps(ME_OutStream *pStream, CHARFORMAT2W *fmt)
|
|||
break;
|
||||
case CFU_UNDERLINENONE:
|
||||
default:
|
||||
strcat(props, "\\ul0");
|
||||
strcat(props, "\\ulnone");
|
||||
break;
|
||||
}
|
||||
else if (fmt->dwEffects & CFE_UNDERLINE)
|
||||
|
|
Loading…
Reference in New Issue