mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-12 18:58:46 -04:00
Make spectrum mouse wheel zoom feature universal
This commit is contained in:
+1
-1
@@ -1491,7 +1491,7 @@ void AppFrame::OnIdle(wxIdleEvent& event) {
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
if (scopeCanvas->HasFocus() || spectrumCanvas->HasFocus()) {
|
||||
if (scopeCanvas->HasFocus()) {
|
||||
waterfallCanvas->SetFocus();
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user