mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2026-09-07 05:37:52 -06:00
fix first selection
This commit is contained in:
+1
-1
@@ -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