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:
commit
861ba06f2a
@ -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 &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user