mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-02 13:14:39 +00:00
Start line span after leading marging
This commit is contained in:
parent
aad655d159
commit
b5357da3cc
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ public class LineSpan extends ReplacementSpan {
|
|||
paint.setStrokeWidth(strokeWidth);
|
||||
if (dashLength != 0)
|
||||
paint.setPathEffect(new DashPathEffect(new float[]{dashLength, dashLength}, 0));
|
||||
canvas.drawLine(0, ypos, canvas.getWidth(), ypos, paint);
|
||||
canvas.drawLine(x, ypos, canvas.getWidth(), ypos, paint);
|
||||
paint.setColor(c);
|
||||
paint.setStrokeWidth(s);
|
||||
paint.setPathEffect(p);
|
||||
|
|
Loading…
Reference in a new issue