mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Ref T602, allow to define floor (round down)/round for altitude
This commit is contained in:
@@ -146,7 +146,7 @@ namespace BlackGui
|
||||
{
|
||||
if (mode == AltitudeInMetersConvertedToFeet)
|
||||
{
|
||||
m_altitude = m_altitude.roundedToNearest100ft();
|
||||
m_altitude = m_altitude.roundedToNearest100ft(true);
|
||||
m_altitudeStr = m_altitude.valueRoundedWithUnit(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user