1
0
Fork 0
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:
Bertrand Songis 2014-01-09 18:53:35 +01:00
parent 691d568b1a
commit 9a2b668956
5 changed files with 1 additions and 8 deletions

View file

@ -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);