mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-27 15:55:25 +00:00
fix first selection
This commit is contained in:
@@ -160,7 +160,7 @@ impl SelectionList {
|
||||
}
|
||||
|
||||
pub fn reset(&mut self) {
|
||||
self.current_selection = 1;
|
||||
self.current_selection = 0;
|
||||
self.changed = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user