mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-03 09:09:47 +02: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:
parent
22c8f7fb76
commit
ce9626d31c
@ -38,7 +38,7 @@
|
||||
// Define keys, defaults, minimums, and maximums for the effect parameters
|
||||
//
|
||||
// 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)
|
||||
EVT_TEXT(wxID_ANY, EffectRepeat::OnRepeatTextChange)
|
||||
|
Loading…
x
Reference in New Issue
Block a user