1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-16 08:34:10 +02:00

Right click on the scrub handle pops up the menu, during scrubbing too

This commit is contained in:
Paul Licameli 2016-05-11 19:05:27 -04:00
commit 861ba06f2a

View File

@ -2382,7 +2382,7 @@ void AdornedRulerPanel::OnMouseEvents(wxMouseEvent &evt)
auto &scrubber = mProject->GetScrubber(); auto &scrubber = mProject->GetScrubber();
if (scrubber.HasStartedScrubbing()) { if (scrubber.HasStartedScrubbing()) {
if (IsButton(zone)) if (IsButton(zone) || evt.RightDown())
// Fall through to pushbutton handling // Fall through to pushbutton handling
; ;
else if (zone == StatusChoice::EnteringQP && else if (zone == StatusChoice::EnteringQP &&