Move 4th Gen Solo Air control up to be next to Inst control

This commit is contained in:
Geoffrey D. Bennett
2024-01-21 12:34:43 +10:30
parent 56054c2634
commit 1caa75a7d2

View File

@@ -317,6 +317,11 @@ static void create_input_controls_by_type(
count++;
}
// Don't increment row for 4th Gen Solo Inst control so Air control
// goes next to it
if (!strcmp(control, "Level Capture Enum") && count == 1)
return;
if (count)
(*current_row)++;
}