mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-06 14:52:34 +02:00
Correctly update hot zones for quick-play cursor at button up
This commit is contained in:
parent
4bf28412db
commit
c95532012a
@ -3092,6 +3092,9 @@ auto AdornedRulerPanel::QPHandle::Release
|
||||
if (mClicked == Button::Left) {
|
||||
if ( mParent )
|
||||
mParent->HandleQPRelease( event.event );
|
||||
// Update the hot zones for cursor changes
|
||||
mParent->mOldPlayRegionStart = mParent->mPlayRegionStart;
|
||||
mParent->mOldPlayRegionEnd = mParent->mPlayRegionEnd;
|
||||
}
|
||||
}
|
||||
return result;
|
||||
|
Loading…
x
Reference in New Issue
Block a user