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;
|
break;
|
||||||
case CFU_UNDERLINENONE:
|
case CFU_UNDERLINENONE:
|
||||||
default:
|
default:
|
||||||
strcat(props, "\\ul0");
|
strcat(props, "\\ulnone");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
else if (fmt->dwEffects & CFE_UNDERLINE)
|
else if (fmt->dwEffects & CFE_UNDERLINE)
|
||||||
|
|
Loading…
Reference in New Issue