Tweak mousewheel response for Meter UI elements

This commit is contained in:
Charles J. Cliffe
2016-05-29 21:03:21 -04:00
parent bd3b9ac921
commit a0d15026df
6 changed files with 42 additions and 8 deletions
+3 -1
View File
@@ -410,7 +410,9 @@ void TuningCanvas::OnMouseEnterWindow(wxMouseEvent& event) {
hoverIndex = 0;
hoverState = TUNING_HOVER_NONE;
lastPPM = currentPPM = wxGetApp().getPPM();
this->SetFocus();
if (wxGetApp().getAppFrame()->canFocus()) {
this->SetFocus();
}
}
void TuningCanvas::setHelpTip(std::string tip) {