Allow setting text background color via TextStyle
This commit is contained in:
parent
1ad22231d2
commit
7eeb8078f6
4 changed files with 23 additions and 2 deletions
|
@ -2452,7 +2452,7 @@ impl LineWithInvisibles {
|
|||
len: line_chunk.len(),
|
||||
font: text_style.font(),
|
||||
color: text_style.color,
|
||||
background_color: None,
|
||||
background_color: text_style.background_color,
|
||||
underline: text_style.underline,
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue