mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Spectrum averaging: fixed average (2)
This commit is contained in:
@@ -29,7 +29,7 @@ static double trunc(double d)
|
||||
|
||||
QString ScaleEngine::formatTick(double value, int decimalPlaces, bool fancyTime)
|
||||
{
|
||||
if((m_physicalUnit != Unit::Time) || (!fancyTime) || 1)
|
||||
if((m_physicalUnit != Unit::Time) || (!fancyTime))
|
||||
{
|
||||
return QString("%1").arg(m_makeOpposite ? -value : value, 0, 'f', decimalPlaces);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user