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 18:58:37 -04:00
parent 9d88e8d8fc
commit 9055681f11

View File

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