mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-06 16:50:12 +01:00
Revert "Show the hand cursor in the ruler only if quick play is enabled."
This reverts commit 3532bc227c.
This commit is contained in:
@@ -2227,8 +2227,7 @@ void AdornedRulerPanel::OnMouseEvents(wxMouseEvent &evt)
|
||||
// else, may detect a scrub click below
|
||||
}
|
||||
else if (evt.Entering() || (changeInScrubZone && !inScrubZone)) {
|
||||
if(mQuickPlayEnabled)
|
||||
SetCursor(mCursorHand);
|
||||
SetCursor(mCursorHand);
|
||||
HideQuickPlayIndicator();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user