mirror of
https://git.meli.delivery/meli/meli
synced 2024-11-19 03:25:38 +00:00
listing: fix menu draw artifact
This commit is contained in:
parent
a702a04043
commit
ddfec3e207
@ -555,7 +555,7 @@ impl Component for Listing {
|
||||
} else if right_component_width == 0 {
|
||||
self.draw_menu(grid, area, context);
|
||||
} else {
|
||||
self.draw_menu(grid, (upper_left, (mid, get_y(bottom_right))), context);
|
||||
self.draw_menu(grid, (upper_left, (mid + 1, get_y(bottom_right))), context);
|
||||
if context.is_online(account_hash).is_err() {
|
||||
match self.component {
|
||||
ListingComponent::Offline(_) => {}
|
||||
|
Loading…
Reference in New Issue
Block a user