mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-18 17:47:41 +02:00
Start metering on left click...ignoring double click time
This commit is contained in:
parent
e64019dcf6
commit
e2bced3a0a
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user