mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-08-06 19:06:19 -04:00
Demod visual activation when entering/leaving view
This commit is contained in:
@@ -196,6 +196,9 @@ void SDRPostThread::threadMain() {
|
||||
}
|
||||
} else if (!demod->isActive()) {
|
||||
demod->setActive(true);
|
||||
if (wxGetApp().getDemodMgr().getLastActiveDemodulator() == NULL) {
|
||||
wxGetApp().getDemodMgr().setActiveDemodulator(demod);
|
||||
}
|
||||
}
|
||||
|
||||
if (!demod->isActive()) {
|
||||
|
||||
Reference in New Issue
Block a user