mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-27 09:59:03 +00:00
Fixed LCR scan and alt format, console widget, text input autotrim
This commit is contained in:
@@ -247,7 +247,7 @@ void XylosView::on_txdone(const int n) {
|
||||
start_tx();
|
||||
}
|
||||
} else {
|
||||
progress.set_value(n * 5);
|
||||
progress.set_value(n);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -296,6 +296,8 @@ XylosView::XylosView(NavigationView& nav) {
|
||||
options_freq.set_selected_index(5);
|
||||
tempo_cligno.set_value(5);
|
||||
|
||||
progress.set_max(20);
|
||||
|
||||
options_ra.set_selected_index(1); // R1 OFF
|
||||
|
||||
checkbox_wcsubfamily.set_value(true);
|
||||
|
||||
Reference in New Issue
Block a user