mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 08:15:17 +03:00
EEPROM 'next' support. A lot of corrections.
This commit is contained in:
parent
0b387a2467
commit
cedddfe8d2
20 changed files with 419 additions and 434 deletions
|
@ -417,9 +417,9 @@ QString CurveReference::toString()
|
|||
else {
|
||||
switch(type) {
|
||||
case CURVE_REF_DIFF:
|
||||
return QObject::tr("Diff(%1%%)").arg(getGVarString(value));
|
||||
return QObject::tr("Diff(%1)").arg(getGVarString(value));
|
||||
case CURVE_REF_EXPO:
|
||||
return QObject::tr("Expo(%1%%)").arg(getGVarString(value));
|
||||
return QObject::tr("Expo(%1)").arg(getGVarString(value));
|
||||
case CURVE_REF_FUNC:
|
||||
return QObject::tr("Function(%1)").arg(QString("x>0" "x<0" "|x|" "f>0" "f<0" "|f|").mid(3*(value-1), 3));
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue