Simplify SDRPostThread: no longer binding methods, directly use the true list of demodulators

This commit is contained in:
vsonnier
2017-08-27 12:39:28 +02:00
parent a8f8f4a7e2
commit 37712c7a81
9 changed files with 44 additions and 82 deletions
+1 -1
View File
@@ -845,7 +845,7 @@ void BookmarkView::activateBookmark(BookmarkEntryPtr bmEnt) {
matchingDemod = wxGetApp().getDemodMgr().loadInstance(bmEnt->node);
matchingDemod->run();
wxGetApp().bindDemodulator(matchingDemod);
wxGetApp().notifyDemodulatorsChanged();
}
matchingDemod->setActive(true);