Skip to content
Snippets Groups Projects
Commit eaa19730 authored by James Crook's avatar James Crook
Browse files

Merge remote-tracking branch 'upstream/master'

parents 6423610f ce9626d3
Branches
Tags
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