mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-30 08:42:23 +01:00
Minimal fix for bug 1060
Minimal fix for bug 1060 made with agreement of RM. No documentation changes required. Further fix/enhancements will wait until after 2.1.1 is released.
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
// Define keys, defaults, minimums, and maximums for the effect parameters
|
// Define keys, defaults, minimums, and maximums for the effect parameters
|
||||||
//
|
//
|
||||||
// Name Type Key Def Min Max Scale
|
// Name Type Key Def Min Max Scale
|
||||||
Param( Count, int, XO("Count"), 10, 2, INT_MAX, 1 );
|
Param( Count, int, XO("Count"), 10, 1, INT_MAX, 1 );
|
||||||
|
|
||||||
BEGIN_EVENT_TABLE(EffectRepeat, wxEvtHandler)
|
BEGIN_EVENT_TABLE(EffectRepeat, wxEvtHandler)
|
||||||
EVT_TEXT(wxID_ANY, EffectRepeat::OnRepeatTextChange)
|
EVT_TEXT(wxID_ANY, EffectRepeat::OnRepeatTextChange)
|
||||||
|
|||||||
Reference in New Issue
Block a user