mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 15:25:17 +03:00
GvarsOfsNum (er9x) removed
This commit is contained in:
parent
691d568b1a
commit
9a2b668956
5 changed files with 1 additions and 8 deletions
|
@ -814,7 +814,7 @@ void populateGVCB(QComboBox *b, int value)
|
|||
int selected=0;
|
||||
int nullitem;
|
||||
b->clear();
|
||||
int pgvars=GetEepromInterface()->getCapability(GvarsOfsNum);
|
||||
int pgvars = GetEepromInterface()->getCapability(Gvars);
|
||||
for (int i=-pgvars; i<=-1; i++) {
|
||||
int16_t gval = (int16_t)(-10000+i);
|
||||
b->addItem(QObject::tr("-GV%1").arg(-i), gval);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue