Skip to content
Snippets Groups Projects
Commit ce9626d3 authored by Steve Daulton's avatar Steve Daulton
Browse files

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.
parent 22c8f7fb
Branches
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment