mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-11 09:31:13 +02:00
fix to bug 393, from patch submitted by Chandranshu Garg
This commit is contained in:
parent
17bb48d682
commit
4df73699fc
@ -2950,6 +2950,9 @@ void TrackPanel::DoSlide(wxMouseEvent & event)
|
|||||||
desiredSlideAmount = 0.0;
|
desiredSlideAmount = 0.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Scroll during vertical drag.
|
||||||
|
EnsureVisible(mouseTrack);
|
||||||
|
|
||||||
//If the mouse is over a track that isn't the captured track,
|
//If the mouse is over a track that isn't the captured track,
|
||||||
//drag the clip to the mousetrack
|
//drag the clip to the mousetrack
|
||||||
if (mCapturedClip && mouseTrack != mCapturedTrack /*&&
|
if (mCapturedClip && mouseTrack != mCapturedTrack /*&&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user