mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-06 06:38:49 +02:00
Revert "Show the hand cursor in the ruler only if quick play is enabled."
This reverts commit 3532bc227c09a53c7f394654203f88f2b5e90130.
This commit is contained in:
parent
df3003fe62
commit
009884575c
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user