Fixed replace words underline logic
This commit is contained in:
parent
580ca5f63c
commit
003ca74e2c
@ -1923,7 +1923,7 @@ namespace Volian.Controls.Library
|
|||||||
with = with.Replace(@"\b0 ","");
|
with = with.Replace(@"\b0 ","");
|
||||||
}
|
}
|
||||||
int ndxULine = preceedingText.LastIndexOf(@"\ul");
|
int ndxULine = preceedingText.LastIndexOf(@"\ul");
|
||||||
if (ndxULine > -1 && preceedingText[ndxULine + 2] != 'n' && with.Contains(@"\ul "))
|
if (ndxULine > -1 && preceedingText[ndxULine + 3] != 'n' && with.Contains(@"\ul "))
|
||||||
{
|
{
|
||||||
with = with.Replace(@"\ul ", "");
|
with = with.Replace(@"\ul ", "");
|
||||||
with = with.Replace(@"\ulnone ", "");
|
with = with.Replace(@"\ulnone ", "");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user