ui: fix erasure of first body line in MailView

pull/234/head
Manos Pitsidianakis 5 years ago
parent ff821e4fca
commit aa95c89ba8
No known key found for this signature in database
GPG Key ID: 73627C2F690DF710

@ -323,7 +323,7 @@ impl Component for MailView {
grid[(x, y)].set_bg(Color::Default);
grid[(x, y)].set_fg(Color::Default);
}
clear_area(grid, (set_y(upper_left, y + 1), set_y(bottom_right, y + 2)));
clear_area(grid, (set_y(upper_left, y + 1), set_y(bottom_right, y + 1)));
context
.dirty_areas
.push_back((upper_left, set_y(bottom_right, y + 1)));

Loading…
Cancel
Save