Fix for windows 7 and below requiring focus for mouse wheel.

This commit is contained in:
Charles J. Cliffe
2016-05-26 22:53:32 -04:00
parent 27ce295918
commit bd3b9ac921
4 changed files with 6 additions and 0 deletions
+1
View File
@@ -410,6 +410,7 @@ void TuningCanvas::OnMouseEnterWindow(wxMouseEvent& event) {
hoverIndex = 0;
hoverState = TUNING_HOVER_NONE;
lastPPM = currentPPM = wxGetApp().getPPM();
this->SetFocus();
}
void TuningCanvas::setHelpTip(std::string tip) {