mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-14 16:11:47 -05:00
Fix source of bandwidth display visual glitch
This commit is contained in:
parent
2f0bbef234
commit
850e646c6d
@ -327,9 +327,9 @@ void DemodulatorPreThread::setBandwidth(int bandwidth) {
|
||||
}
|
||||
|
||||
int DemodulatorPreThread::getBandwidth() {
|
||||
if (bandwidthChanged.load()) {
|
||||
return newBandwidth;
|
||||
}
|
||||
// if (bandwidthChanged.load()) {
|
||||
// return newBandwidth;
|
||||
// }
|
||||
|
||||
return currentBandwidth;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user