This commit is contained in:
parent
3c5d850097
commit
9a3330fc63
@ -947,6 +947,8 @@ namespace XYPlots
|
|||||||
tstr = str.Substring(stridx, idx - stridx);
|
tstr = str.Substring(stridx, idx - stridx);
|
||||||
stridx = idx + 1;
|
stridx = idx + 1;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
stridx = str.Length + 1;
|
||||||
PrintText(tstr, pg, vgOutput);
|
PrintText(tstr, pg, vgOutput);
|
||||||
MoveRelative(0, -CHIGHDOTS);
|
MoveRelative(0, -CHIGHDOTS);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user