Fix blockquote span
This commit is contained in:
parent
472e3de718
commit
b5c87d957e
@ -39,6 +39,8 @@ public class BlockQuoteSpan implements LeadingMarginSpan {
|
|||||||
|
|
||||||
final int width = theme.getBlockQuoteWidth();
|
final int width = theme.getBlockQuoteWidth();
|
||||||
|
|
||||||
|
paint.set(p);
|
||||||
|
|
||||||
theme.applyBlockQuoteStyle(paint);
|
theme.applyBlockQuoteStyle(paint);
|
||||||
|
|
||||||
final int left;
|
final int left;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user