mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 09:03:36 +02:00
Start metering on left click...ignoring double click time
This commit is contained in:
@@ -482,7 +482,7 @@ void Meter::OnMouse(wxMouseEvent &evt)
|
||||
PopupMenu(menu, mMenuRect.x + 1, mMenuRect.y + mMenuRect.height + 1);
|
||||
delete menu;
|
||||
}
|
||||
else if (evt.ButtonDown()) {
|
||||
else if (evt.LeftIsDown()) {
|
||||
if (mIsInput)
|
||||
StartMonitoring();
|
||||
else {
|
||||
|
Reference in New Issue
Block a user