wrap around now scrolls to start

pull/6/head
dvkt 4 years ago
parent 95427077d8
commit 8208440857

@ -389,7 +389,7 @@ impl Menu {
} else {
// wrap around
self.link = 0;
self.scroll_to(self.link);
self.scroll = 0;
return Action::Redraw;
}
}

Loading…
Cancel
Save