mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 23:35:17 +03:00
ExtraChannels Capacity removed
This commit is contained in:
parent
6823fbdc5a
commit
f47cd81108
8 changed files with 8 additions and 17 deletions
|
@ -604,7 +604,7 @@ void populateSourceCB(QComboBox *b, const RawSource & source, const ModelData &
|
|||
if (item == source) b->setCurrentIndex(b->count()-1);
|
||||
}
|
||||
|
||||
for (int i=0; i<GetEepromInterface()->getCapability(Outputs)+GetEepromInterface()->getCapability(ExtraChannels); i++) {
|
||||
for (int i=0; i<GetEepromInterface()->getCapability(Outputs); i++) {
|
||||
item = RawSource(SOURCE_TYPE_CH, i);
|
||||
b->addItem(item.toString(), item.toValue());
|
||||
if (item == source) b->setCurrentIndex(b->count()-1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue