1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-17 16:50:26 +02:00

Fix missing feature in code comment.

This commit is contained in:
windinthew 2012-02-13 20:38:24 +00:00
parent 195351c0c6
commit 7879455d0f

View File

@ -4609,7 +4609,7 @@ void TrackPanel::HandleResize(wxMouseEvent & event)
}
}
/// Handle mouse wheel rotation (for zoom in/out and vertical scrolling)
/// Handle mouse wheel rotation (for zoom in/out, vertical and horizontal scrolling)
void TrackPanel::HandleWheelRotation(wxMouseEvent & event)
{
double steps = event.m_wheelRotation /