1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-14 03:49:52 +03:00

The "No DR/Expo" was (after conversion from 215) showing in mixes for Taranis. Taranis does not have this setting.

This commit is contained in:
Damjan Adamic 2014-06-01 16:01:35 +02:00
parent 266c3ced04
commit d641147ef0
4 changed files with 4 additions and 3 deletions

View file

@ -351,7 +351,7 @@ void PrintDialog::printMixes()
str += " " + Qt::escape(tr("NoTrim"));
}
if (md->noExpo) str += " " + Qt::escape(tr("No DR/Expo"));
if (firmware->getCapability(HasNoExpo) && md->noExpo) str += " " + Qt::escape(tr("No DR/Expo"));
if (md->sOffset) str += " " + Qt::escape(tr("Offset(%1)").arg(getGVarString(md->sOffset)));
if (md->curve.value) str += " " + Qt::escape(md->curve.toString());