1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-06 23:02:42 +02:00

Correctly update hot zones for quick-play cursor at button up

This commit is contained in:
Paul Licameli 2018-08-10 12:03:05 -04:00
parent 4bf28412db
commit c95532012a

View File

@ -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;