mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 04:37:37 +01:00
more bugfix on the file source
This commit is contained in:
parent
a888065624
commit
d8d45ec7af
@ -78,7 +78,8 @@ private:
|
|||||||
static void menuDeselected(void* ctx) {
|
static void menuDeselected(void* ctx) {
|
||||||
FileSourceModule* _this = (FileSourceModule*)ctx;
|
FileSourceModule* _this = (FileSourceModule*)ctx;
|
||||||
sigpath::signalPath.setBuffering(true);
|
sigpath::signalPath.setBuffering(true);
|
||||||
//gui::waterfall.centerFrequencyLocked = false;
|
//gui::freqSelect.limitFreq = false;
|
||||||
|
gui::waterfall.centerFrequencyLocked = false;
|
||||||
spdlog::info("FileSourceModule '{0}': Menu Deselect!", _this->name);
|
spdlog::info("FileSourceModule '{0}': Menu Deselect!", _this->name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user