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:
parent
195351c0c6
commit
7879455d0f
@ -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 /
|
||||
|
Loading…
x
Reference in New Issue
Block a user