mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-31 12:34:29 -04:00
Merge 'upstream/master' - At least it builds...
This commit is contained in:
commit
5e40669cbc
298 changed files with 8122 additions and 4685 deletions
|
@ -73,7 +73,7 @@ WhipCalcView::WhipCalcView(
|
|||
NavigationView& nav
|
||||
) {
|
||||
|
||||
add_children({ {
|
||||
add_children({
|
||||
&text_frequency,
|
||||
&field_frequency,
|
||||
&text_type,
|
||||
|
@ -82,7 +82,7 @@ WhipCalcView::WhipCalcView(
|
|||
&text_result_imperial,
|
||||
&text_result_ant500,
|
||||
&button_exit
|
||||
} });
|
||||
});
|
||||
|
||||
options_type.on_change = [this](size_t, OptionsField::value_t) {
|
||||
this->update_result();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue