fix first selection

This commit is contained in:
2025-09-18 17:48:21 -06:00
parent bf359f0513
commit 9468ceab51

View File

@@ -160,7 +160,7 @@ impl SelectionList {
} }
pub fn reset(&mut self) { pub fn reset(&mut self) {
self.current_selection = 1; self.current_selection = 0;
self.changed = true; self.changed = true;
} }