mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-14 16:46:28 +01:00
Right click on the scrub handle pops up the menu, during scrubbing too
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user