mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-16 09:31:14 +01:00
Rename a function in AdornedRulerPanel...
... Avoid confustion of "capture" meaning recording, with "capture" of the mouse during drag
This commit is contained in:
@@ -2035,7 +2035,7 @@ AdornedRulerPanel::AdornedRulerPanel(AudacityProject* project,
|
||||
#endif
|
||||
|
||||
wxTheApp->Bind(EVT_AUDIOIO_CAPTURE,
|
||||
&AdornedRulerPanel::OnCapture,
|
||||
&AdornedRulerPanel::OnRecordStartStop,
|
||||
this);
|
||||
}
|
||||
|
||||
@@ -2258,7 +2258,7 @@ void AdornedRulerPanel::RegenerateTooltips(StatusChoice choice)
|
||||
#endif
|
||||
}
|
||||
|
||||
void AdornedRulerPanel::OnCapture(wxCommandEvent & evt)
|
||||
void AdornedRulerPanel::OnRecordStartStop(wxCommandEvent & evt)
|
||||
{
|
||||
evt.Skip();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user