[AFV] Ref T730 incorporated MS fixes

see https://discordapp.com/channels/539048679160676382/623947987822837779/633025547999510530
This commit is contained in:
Klaus Basan
2019-10-13 23:52:49 +02:00
parent 563e5d85be
commit de75cdc214
4 changed files with 20 additions and 14 deletions

View File

@@ -37,7 +37,7 @@ namespace BlackSound
bool CVolumeSampleProvider::setVolume(double volume)
{
const bool changed = !qFuzzyCompare(m_volume, volume);
m_volume = volume;
if (changed) { m_volume = volume; }
return changed;
}
} // ns