1
0
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:
Paul Licameli
2016-04-29 11:19:28 -04:00
parent df3003fe62
commit 009884575c

View File

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