Make spectrum mouse wheel zoom feature universal

This commit is contained in:
Charles J. Cliffe
2016-05-30 19:45:38 -04:00
parent b8568639c3
commit 649d34f811
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -1491,7 +1491,7 @@ void AppFrame::OnIdle(wxIdleEvent& event) {
#endif
#ifdef _WIN32
if (scopeCanvas->HasFocus() || spectrumCanvas->HasFocus()) {
if (scopeCanvas->HasFocus()) {
waterfallCanvas->SetFocus();
}
#endif