Klaus Basan
2019-06-26 11:30:01 +02:00
committed by Mat Sutcliffe
parent fba288edc3
commit 693c94c87a
4 changed files with 11 additions and 5 deletions

View File

@@ -373,7 +373,8 @@ namespace BlackMisc
// as feed, as none of the other clients
const CAltitude a = this->roundedToNearest100ft(false);
return a.valueRoundedWithUnit(CLengthUnit::ft(), 0);
// return a.valueRoundedWithUnit(CLengthUnit::ft(), 0);
return a.valueIntegerAsString(CLengthUnit::ft());
}
const QRegularExpression &CAltitude::fpAltitudeRegExp()