Fixed LCR scan and alt format, console widget, text input autotrim

This commit is contained in:
furrtek
2016-07-29 04:52:51 +02:00
parent 97435147fb
commit c58039e557
22 changed files with 221 additions and 277 deletions
+3 -1
View File
@@ -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);