Use Label's base style underline when no highlights are provided

This commit is contained in:
Antonio Scandurra 2021-09-07 11:03:08 +02:00
parent 8be85fd8de
commit 8cf16c6ecc

View file

@ -55,7 +55,7 @@ impl Label {
RunStyle { RunStyle {
font_id, font_id,
color: self.style.text.color, color: self.style.text.color,
underline: false, underline: self.style.text.underline,
} }
)]; )];
} }