mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-02-03 09:44:26 -05:00
Make delta-lock 'V' key work on hover as well.
This commit is contained in:
parent
86bd74e59a
commit
63917c95f3
@ -1828,6 +1828,9 @@ int AppFrame::OnGlobalKeyUp(wxKeyEvent &event) {
|
||||
waterfallCanvas->OnKeyUp(event);
|
||||
return 1;
|
||||
case 'V':
|
||||
if (wxGetApp().getDemodMgr().getActiveDemodulator()) {
|
||||
lastDemod = wxGetApp().getDemodMgr().getActiveDemodulator();
|
||||
}
|
||||
if (lastDemod && lastDemod->isDeltaLock()) {
|
||||
lastDemod->setDeltaLock(false);
|
||||
} else if (lastDemod) {
|
||||
|
Loading…
Reference in New Issue
Block a user