Draw background for entire highlit row
This commit is contained in:
@@ -76,6 +76,7 @@ impl<I: ListItem> View for ListView<I> {
|
|||||||
|
|
||||||
// draw left string
|
// draw left string
|
||||||
printer.with_color(style, |printer| {
|
printer.with_color(style, |printer| {
|
||||||
|
printer.print_hline((0, 0), printer.size.x, " ");
|
||||||
printer.print((0, 0), &left);
|
printer.print((0, 0), &left);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user