Merge remote-tracking branch 'upstream/master'

Base class for text entry
This commit is contained in:
furrtek
2017-06-21 03:25:27 +01:00
131 changed files with 19385 additions and 5412 deletions

View File

@@ -136,11 +136,11 @@ RDSView::RDSView(NavigationView& nav) {
options_coverage.set_selected_index(0); // Local
button_editpsn.on_select = [this, &nav](Button&) {
text_entry(nav, &PSN, 8);
text_prompt(nav, &PSN, 8);
};
button_editradiotext.on_select = [this, &nav](Button&){
text_entry(nav, &RadioText, 24);
text_prompt(nav, &RadioText, 24);
};
}